Skip to content
Snippets Groups Projects
Commit 71d22230 authored by poka's avatar poka
Browse files

fix: shouln't be able to see "My contacts" menu if you have no safes.

parent bca30828
No related branches found
No related tags found
1 merge request!52Dev
Pipeline #18204 waiting for manual action
......@@ -164,6 +164,7 @@ class _HomeScreenState extends State<HomeScreen> {
);
},
),
if (isWalletsExists)
ListTile(
key: keyContacts,
title: Text('contactsManagement'.tr()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment