Skip to content

Commit

Permalink
Fix little glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Mar 8, 2024
1 parent 8f5115f commit bbafe93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/settings/settings_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,8 @@ class _SettingsSheetState extends State<SettingsSheet>
Container(
child: Text(
StateContainer.of(context)
.wallet
.address
?.wallet
?.address
?.substring(0, 11),
style: TextStyle(
fontFamily: "OverpassMono",
Expand Down

0 comments on commit bbafe93

Please sign in to comment.