Skip to content

Commit

Permalink
Merge pull request #684 from BinaryStudioAcademy/fix/bt-682-bug-fix-i…
Browse files Browse the repository at this point in the history
…nfinity-loading-application

bt-682: + fix infinity loading
  • Loading branch information
nikita-remeslov authored Sep 25, 2023
2 parents 5405ac5 + d33cbfa commit df25fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/src/navigations/root/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Root: React.FC = () => {
const { role } = currentUserData ?? {};
const isPendingAuth = dataStatus === DataStatus.CHECK_TOKEN;
const isPendingOnboardingData =
userOnboardingDataStatus === DataStatus.IDLE;
userOnboardingDataStatus === DataStatus.PENDING;
const dispatch = useAppDispatch();

//TODO change to onboardingData?.isApprove
Expand Down

0 comments on commit df25fbd

Please sign in to comment.