Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #630 from mirumee/fix/crash-address-book-on-logout
Browse files Browse the repository at this point in the history
Fix crash address book on logout
  • Loading branch information
orzechdev authored Feb 27, 2020
2 parents bf66e9a + 0fc9769 commit 65e7145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Account/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Account: React.FC<RouteComponentProps> = ({ history, match }) => {
</div>
</Media>
<div className="account__content">
{returnTab(match.path, user, history)}
{user && returnTab(match.path, user, history)}
</div>
</div>
</div>
Expand Down

0 comments on commit 65e7145

Please sign in to comment.