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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.12.41",
3
+ "version": "0.12.42",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -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>