Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ormiz committed Feb 4, 2024
1 parent dbd35da commit f5ce3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/client/Locomotion/src/context/user/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const UserContextProvider = ({ children }: { children: any }) => {
phoneNumber,
channel,
demandSourceId,
switchDemandSource
switchDemandSource,
});
if (switchDemandSource && response.demandSourceId &&

Check failure on line 185 in examples/client/Locomotion/src/context/user/index.tsx

View workflow job for this annotation

GitHub Actions / lint

'&&' should be placed at the beginning of the line
response.demandSourceId !== demandSourceId) {
Expand Down

0 comments on commit f5ce3aa

Please sign in to comment.