diff --git a/examples/client/Locomotion/src/context/user/index.tsx b/examples/client/Locomotion/src/context/user/index.tsx index ea9858e3b..429701670 100644 --- a/examples/client/Locomotion/src/context/user/index.tsx +++ b/examples/client/Locomotion/src/context/user/index.tsx @@ -179,7 +179,7 @@ const UserContextProvider = ({ children }: { children: any }) => { } const allowedDemandSourceIds = JSON.parse(Config.ALLOWED_DEMAND_SOURCE_IDS); return Array.isArray(allowedDemandSourceIds) ? allowedDemandSourceIds : []; - } + }; const onLogin = async (phoneNumber: string, channel = 'sms') => { const demandSourceId = await AppSettings.getOperationId();