Skip to content

Commit

Permalink
fix: remove duplicate TestID AddPeerButton
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Sep 5, 2024
1 parent 3107eb5 commit 7a4e369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screens/Settings/Lightning/Channels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,8 @@ const Channels = ({
/>
<Button
style={styles.devButton}
text={'Remove unused peers'}
text="Remove unused peers"
onPress={onRemoveUnusedPeers}
testID="AddPeerButton"
/>
<Button
style={styles.devButton}
Expand Down

0 comments on commit 7a4e369

Please sign in to comment.