From a47770523026641145adb0d18854780e730a9a77 Mon Sep 17 00:00:00 2001 From: EliFrankel Date: Sun, 31 Mar 2024 12:34:38 +0300 Subject: [PATCH 1/3] id --- examples/client/Locomotion/src/services/MccMnc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/client/Locomotion/src/services/MccMnc.js b/examples/client/Locomotion/src/services/MccMnc.js index e65e96c9a..d4881c592 100644 --- a/examples/client/Locomotion/src/services/MccMnc.js +++ b/examples/client/Locomotion/src/services/MccMnc.js @@ -8,6 +8,7 @@ const getMccMnc = async () => { return mccMnc; }; + const getMobileIsoCode = async () => { const isoCode = await CarrierInfo.isoCountryCode(); return isoCode.toUpperCase(); From 49d2c436cad4be5d1672fbd1bcf2e4c53b5f69e4 Mon Sep 17 00:00:00 2001 From: EliFrankel Date: Sun, 31 Mar 2024 15:49:47 +0300 Subject: [PATCH 2/3] add ids --- examples/client/Locomotion/src/Components/TabSwitch/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/client/Locomotion/src/Components/TabSwitch/index.tsx b/examples/client/Locomotion/src/Components/TabSwitch/index.tsx index c95db56e7..16935fd15 100644 --- a/examples/client/Locomotion/src/Components/TabSwitch/index.tsx +++ b/examples/client/Locomotion/src/Components/TabSwitch/index.tsx @@ -22,6 +22,7 @@ const TabSwitch = ({ onUnselectedClick, tabs, activeTabId }: ITabSwitchProps) => const isSelected = tab.id === activeTabId; return ( { From 98d184fb75aa701ebe794b688f5f4ceaf611e075 Mon Sep 17 00:00:00 2001 From: EliFrankel Date: Sun, 31 Mar 2024 15:50:49 +0300 Subject: [PATCH 3/3] add ids --- examples/client/Locomotion/src/services/MccMnc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/client/Locomotion/src/services/MccMnc.js b/examples/client/Locomotion/src/services/MccMnc.js index d4881c592..e65e96c9a 100644 --- a/examples/client/Locomotion/src/services/MccMnc.js +++ b/examples/client/Locomotion/src/services/MccMnc.js @@ -8,7 +8,6 @@ const getMccMnc = async () => { return mccMnc; }; - const getMobileIsoCode = async () => { const isoCode = await CarrierInfo.isoCountryCode(); return isoCode.toUpperCase();