From 0fc97695eb48f95e1cea124d901d4ec0b5ff9713 Mon Sep 17 00:00:00 2001 From: Dawid Tarasiuk Date: Wed, 26 Feb 2020 18:06:55 +0100 Subject: [PATCH] Fix crash address book on logout --- src/views/Account/Account.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Account/Account.tsx b/src/views/Account/Account.tsx index 5087bee906..4f64b258c0 100644 --- a/src/views/Account/Account.tsx +++ b/src/views/Account/Account.tsx @@ -72,7 +72,7 @@ const Account: React.FC = ({ history, match }) => {
- {returnTab(match.path, user, history)} + {user && returnTab(match.path, user, history)}