ordering-ui-react-native 0.17.60-release → 0.17.61-release
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -148,18 +148,6 @@ export const MyOrders = (props: any) => {
|
|
|
148
148
|
)}
|
|
149
149
|
{selectedOption === 'orders' && (
|
|
150
150
|
<>
|
|
151
|
-
{ordersLength?.preordersLength > 0 && (
|
|
152
|
-
<View style={{ paddingHorizontal: isChewLayout ? 20 : 40 }}>
|
|
153
|
-
<OrdersOption
|
|
154
|
-
{...props}
|
|
155
|
-
preOrders
|
|
156
|
-
ordersLength={ordersLength}
|
|
157
|
-
setOrdersLength={setOrdersLength}
|
|
158
|
-
setRefreshOrders={setRefreshOrders}
|
|
159
|
-
refreshOrders={refreshOrders}
|
|
160
|
-
/>
|
|
161
|
-
</View>
|
|
162
|
-
)}
|
|
163
151
|
<View style={{ paddingHorizontal: isChewLayout ? 20 : 40 }}>
|
|
164
152
|
<OrdersOption
|
|
165
153
|
{...props}
|