Skip to content

Commit

Permalink
fix prettier errors (ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
CDFN committed Apr 24, 2024
1 parent 89d227c commit 3356509
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/frontend/screens/Track/TrackScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ export const TrackScreen: NativeNavigationComponent<'Track'> = ({
<ScrollView>
<TrackObservationList observations={trackObservations} />
<View style={styles.divider} />
<TrackEditDescriptionField
description={track.tags.notes as string}
/>
<TrackEditDescriptionField description={track.tags.notes as string} />
</ScrollView>
</View>
<ActionButtons actions={actions} />
Expand Down

0 comments on commit 3356509

Please sign in to comment.