Skip to content

Commit

Permalink
feat(app shel): reverts unnecessary change PE-4477
Browse files Browse the repository at this point in the history
  • Loading branch information
matibat committed Sep 26, 2023
1 parent 4319853 commit d3381a0
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 @@ -32,8 +32,8 @@ class AppShellState extends State<AppShell> {
bool _showProfileOverlay = false;
bool _showWalletSwitchDialog = true;
@override
Widget build(BuildContext context) => BlocBuilder<ProfileCubit, ProfileState>(
builder: (context, state) {
Widget build(BuildContext context) => BlocBuilder<DrivesCubit, DrivesState>(
builder: (context, _) {
onArConnectWalletSwitch(() {
context
.read<ProfileCubit>()
Expand Down

0 comments on commit d3381a0

Please sign in to comment.