Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictb committed Oct 11, 2024
1 parent 949cd39 commit 26bbca0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ function PolicyDistanceRatesSettingsPage({policy, policyCategories, route}: Poli
>
<HeaderWithBackButton title={translate('workspace.common.settings')} />
<FullPageBlockingView style={customUnit ? styles.flexGrow1 : []}>
<ScrollView contentContainerStyle={styles.flexGrow1} keyboardShouldPersistTaps="always">
<ScrollView
contentContainerStyle={styles.flexGrow1}
keyboardShouldPersistTaps="always"
>
<View>
{defaultUnit && (
<OfflineWithFeedback
Expand Down

0 comments on commit 26bbca0

Please sign in to comment.