🐛 fix: Update order_id to order_no in BalanceLogPage and related typings; enhance timezone switch component with additional features and localization updates
This commit is contained in:
Vendored
+1
-1
@@ -122,7 +122,7 @@ declare namespace API {
|
||||
type: number;
|
||||
user_id: number;
|
||||
amount: number;
|
||||
order_id?: number;
|
||||
order_no?: string;
|
||||
balance: number;
|
||||
timestamp: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user