Skip to content

Commit

Permalink
πŸ› Fix missing close button in validators list screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Sep 24, 2020
1 parent ee463d9 commit 39405b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class ValidatorListScreen extends React.Component<Props> {
<Button
preset="icon"
icon="close"
color="white"
onPress={this.onPressCloseButton}
/>
</View>
Expand Down

0 comments on commit 39405b7

Please sign in to comment.