ordering-ui-react-native 0.21.56 → 0.21.57

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.21.56",
3
+ "version": "0.21.57",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -323,8 +323,8 @@ export const ProductOptionsUI = (props: any) => {
323
323
  const guestToken = uuid.v4()
324
324
  if (guestToken) handleCreateGuestUser({ guest_token: guestToken })
325
325
  }
326
-
327
- let _optionLayout : any = {}
326
+
327
+ let _optionLayout: any = {}
328
328
 
329
329
  const handleOnLayout = (event: any, optionId: any, lastMounts: boolean) => {
330
330
  _optionLayout = { ..._optionLayout }
@@ -859,7 +859,7 @@ export const ProductOptionsUI = (props: any) => {
859
859
  <ProductComment>
860
860
  <SectionTitle>
861
861
  <OText size={16} weight={'600'} lineHeight={24}>
862
- {t('SPECIAL_COMMENT', 'Special comment')}
862
+ {t('COMMENTS', 'Special comment')}
863
863
  </OText>
864
864
  </SectionTitle>
865
865
  <OInput