Skip to content

Commit

Permalink
feat: When chat is not available on Enterprise wallet, remove the ico…
Browse files Browse the repository at this point in the history
…n on the bottom righ #2455
  • Loading branch information
bibash28 committed Mar 6, 2024
1 parent 783574f commit e82f87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dashboard/src/view/dashboard_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class _DashboardViewState extends State<DashboardView> {
context.read<AltmeChatSupportCubit>().setMessagesAsRead();
}

final displayChatSupport = !context
final displayChatSupport = context
.read<ProfileCubit>()
.state
.model
Expand Down

0 comments on commit e82f87b

Please sign in to comment.