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
|
@@ -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
|
|
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('
|
|
862
|
+
{t('COMMENTS', 'Special comment')}
|
|
863
863
|
</OText>
|
|
864
864
|
</SectionTitle>
|
|
865
865
|
<OInput
|