From 99fb6bdf8f4e91784e00d85ba12123cb4ef3b6e7 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 28 Dec 2022 09:53:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=D1=81=D0=BA=D0=B8=D0=B9=20=D1=82?= =?UTF-8?q?=D0=B5=D0=BA=D1=81=D1=82=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B2=D0=BE=20=D0=B2=D1=80=D0=B5=D0=BC=D1=8F=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D0=BD=D0=B5=D0=BA=D1=82=D0=B0=20=D1=81=20GQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/hocs/withStores.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/client/hocs/withStores.jsx b/src/client/hocs/withStores.jsx index db301ca..87bad1a 100644 --- a/src/client/hocs/withStores.jsx +++ b/src/client/hocs/withStores.jsx @@ -26,7 +26,13 @@ export default (Component, storesList) => () => { const RetryButton = ( ); - return ; + return ( + + ); } return ;