Skip to content

Commit

Permalink
resolve lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed Jun 18, 2024
1 parent 02f7817 commit 5feb7b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/settings/Subscription/SubscriptionSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ function SubscriptionSettingsPage() {
}

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

0 comments on commit 5feb7b3

Please sign in to comment.