Skip to content

Commit

Permalink
style: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-damocles committed Jan 9, 2025
1 parent dfc8d53 commit 820d6ea
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ class NewChatModal extends ConsumerWidget {
final ee2eGroupConversationService =
ref.watch(e2EEGroupConversationManagementProvider.notifier);

final currentPubkey =
ref.watch(currentPubkeySelectorProvider).valueOrNull;
final currentPubkey = ref.watch(currentPubkeySelectorProvider).valueOrNull;

if (currentPubkey == null) {
throw UserMasterPubkeyNotFoundException();
Expand Down

0 comments on commit 820d6ea

Please sign in to comment.