diff --git a/src/cutecoin/gui/wot_tab.py b/src/cutecoin/gui/wot_tab.py
index ae740ce3f820602ea3dd4205f5e2049380890639..a2eab791e464e2b7424e534e588fa10942ba8ce7 100644
--- a/src/cutecoin/gui/wot_tab.py
+++ b/src/cutecoin/gui/wot_tab.py
@@ -232,7 +232,7 @@ class WotTabWidget(QWidget, Ui_WotTabWidget):
         """
         Reset graph scene to wallet identity
         """
-        if self.account:
+        if self.account and self.community:
             identity = yield from self.account.identity(self.community)
             self.draw_graph(identity)