Skip to content
Snippets Groups Projects
Commit 5ccacea4 authored by poka's avatar poka
Browse files

fix: empty username is indexer is off

parent a35d6b5c
No related branches found
No related tags found
No related merge requests found
Pipeline #34420 waiting for manual action
......@@ -87,7 +87,8 @@ class HeaderProfile extends StatelessWidget {
return CertificationsScreen(
address: address,
username: duniterIndexer
.walletNameIndexer[address]!);
.walletNameIndexer[address] ??
'');
}),
),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment