Skip to content

Commit

Permalink
fix offline indicator on full page not found view (191)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Jan 30, 2024
1 parent 5868409 commit 671cb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspacePageWithSections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function WorkspacePageWithSections({
shouldEnablePickerAvoiding={false}
shouldEnableMaxHeight
testID={WorkspacePageWithSections.displayName}
shouldShowOfflineIndicatorInWideScreen={shouldShowOfflineIndicatorInWideScreen}
shouldShowOfflineIndicatorInWideScreen={shouldShowOfflineIndicatorInWideScreen && !shouldShow}
>
<FullPageNotFoundView
onBackButtonPress={goBack}
Expand Down

0 comments on commit 671cb6e

Please sign in to comment.