From 31774283c4dd15e33882add7cb18b588c9fae0e1 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Tue, 18 Sep 2018 20:51:38 +0200 Subject: [PATCH] fix component in transition --- src/views/Wallet/components/LeftNavigation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index 97945c60..ef3e79f9 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -59,7 +59,7 @@ const A = styled.a` `; const TransitionMenu = (props: TransitionMenuProps): React$Element => ( - + { window.dispatchEvent(new Event('resize')); }}