Skip to content

Commit

Permalink
chore(app shell): variable typo PE-4477
Browse files Browse the repository at this point in the history
  • Loading branch information
matibat committed Sep 26, 2023
1 parent d3381a0 commit 75991d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app_shell.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ class AppShellState extends State<AppShell> {
context
.read<ProfileCubit>()
.isCurrentProfileArConnect()
.then((isCurrentProdileArConnect) {
.then((isCurrentProfileArConnect) {
if (_showWalletSwitchDialog) {
if (isCurrentProdileArConnect) {
if (isCurrentProfileArConnect) {
showDialog(
context: context,
builder: (context) => const WalletSwitchDialog(),
Expand Down

0 comments on commit 75991d6

Please sign in to comment.