Skip to content

Commit

Permalink
showing app version info always
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 22, 2024
1 parent 9cc5a28 commit fb799b4
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ export const JoinSettingsModalContent: React.FC<
) : null}
</View>

{/* <View style={styles.flexSpace} /> */}

{debugMode ? (
<>
<>
<View style={styles.divider} />

Expand Down Expand Up @@ -191,7 +189,7 @@ export const JoinSettingsModalContent: React.FC<

<View style={styles.divider} />
</>
) : null}
</>

<Text style={styles.footer}>Made with ❤️ by 100ms</Text>
</ScrollView>
Expand Down

0 comments on commit fb799b4

Please sign in to comment.