Skip to content

Commit

Permalink
add offline indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed Jun 18, 2024
1 parent b278b8f commit 02f7817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function SubscriptionSettingsPage() {
}

return (
<ScreenWrapper testID={SubscriptionSettingsPage.displayName}>
<ScreenWrapper testID={SubscriptionSettingsPage.displayName} shouldShowOfflineIndicatorInWideScreen>
<HeaderWithBackButton
title={translate('workspace.common.subscription')}
onBackButtonPress={() => Navigation.goBack()}
Expand Down

0 comments on commit 02f7817

Please sign in to comment.