ordering-ui-react-native 0.18.8 → 0.18.9

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.18.8",
3
+ "version": "0.18.9",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -60,7 +60,7 @@ const ProfileListUI = (props: ProfileParams) => {
60
60
  const hideSession = theme?.bar_menu?.components?.sessions?.hidden
61
61
  const hidePromotions = theme?.bar_menu?.components?.promotions?.hidden
62
62
  const hideAddressList = theme?.profile?.components?.address_list?.hidden
63
- const showLanguages = !theme?.profile?.components?.languages?.hidden
63
+ const showLanguages = theme?.profile?.components?.languages?.hidden
64
64
  const showNotifications = !theme?.profile?.components?.notification_settings?.hidden
65
65
  const langPickerStyle = StyleSheet.create({
66
66
  inputAndroid: {