Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-alcides committed Aug 13, 2024
1 parent 7b4734c commit fdd19c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Balance extends ConsumerWidget {
],
),
),
// TODO: temporary added GestureDetector to show modal until we have a decision
// TODO: temporary added GestureDetector to show modal until we have a decision
// on when to show the modal page for secure account
GestureDetector(
onDoubleTap: () => SecureAccountModalRoute().push<void>(context),
Expand Down

0 comments on commit fdd19c7

Please sign in to comment.