+
+
+ {orders.map((order, index) => (
+
+ ))}
+
+ {orders.length !== 0 ? (
+
+ {isTabActive && (
+
+
+
+ Cancel All
+
+
+ )}
+ {totalOrder > PAGE_SIZE && (
(function ListLimitOrder(props, ref) {
pageSize={PAGE_SIZE}
style={{ padding: '0' }}
/>
-
- )}
- >
- )}
-
+ )}
+
+ ) : (
+
+
+
+ {keyword ? (
+ No orders found
+ ) : isTabActive ? (
+ You don't have any open orders yet
+ ) : (
+ You don't have any order history
+ )}
+
+
+ )}
+
+ )}