From 48a12ab8616e36a5bc853350a8a74b6be897bbd0 Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Sun, 30 Aug 2020 00:19:07 +0300 Subject: fix eslint errors --- src/containers/Page/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/containers') diff --git a/src/containers/Page/Page.tsx b/src/containers/Page/Page.tsx index 272698b..7df62cd 100644 --- a/src/containers/Page/Page.tsx +++ b/src/containers/Page/Page.tsx @@ -45,7 +45,7 @@ const Page: React.FC = () => { anchorOrigin={ isMobile ? { vertical: 'top', horizontal: 'right' } - : { vertical: 'bottom', horizontal: 'left'} + : { vertical: 'bottom', horizontal: 'left' } } >
-- cgit v1.2.3