Skip to content

Commit

Permalink
formated
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo-Augusto12 committed Mar 28, 2023
1 parent 672fe3d commit 5eb2a5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/screens/About_Pokemon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ export function AboutPokemon({ navigation, route }: Props) {
<View style={styles.flavorText}>
{hook.pokemonSpeciesData && (
<View>
<Text style={styles.description}>
{hook.flavorText}
</Text>
<Text style={styles.description}>{hook.flavorText}</Text>
</View>
)}
</View>
Expand Down

0 comments on commit 5eb2a5a

Please sign in to comment.