ordering-ui-react-native 0.12.41 → 0.12.42
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
|
@@ -250,7 +250,7 @@ export const OrderContentComponent = (props: OrderContent) => {
|
|
|
250
250
|
{order?.customer?.zipcode}
|
|
251
251
|
</OText>
|
|
252
252
|
)}
|
|
253
|
-
{!order?.user_review && pastOrderStatuses.includes(order?.status) && !isCustomerReviewed && (
|
|
253
|
+
{/* {!order?.user_review && pastOrderStatuses.includes(order?.status) && !isCustomerReviewed && (
|
|
254
254
|
<OButton
|
|
255
255
|
style={styles.btnReview}
|
|
256
256
|
textStyle={{ color: theme.colors.white }}
|
|
@@ -258,7 +258,7 @@ export const OrderContentComponent = (props: OrderContent) => {
|
|
|
258
258
|
imgRightSrc={false}
|
|
259
259
|
onClick={() => setOpenReviewModal(true)}
|
|
260
260
|
/>
|
|
261
|
-
)}
|
|
261
|
+
)} */}
|
|
262
262
|
</OrderCustomer>
|
|
263
263
|
|
|
264
264
|
<OrderProducts>
|