diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-08-30 00:19:07 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-08-30 00:19:07 +0300 |
commit | 48a12ab8616e36a5bc853350a8a74b6be897bbd0 (patch) | |
tree | 095acfb76793814e21224f954ea4aaab1f933b94 | |
parent | 87486cf61ca198dcd155a37f35817aa9bc0f2726 (diff) | |
download | which-ui-48a12ab8616e36a5bc853350a8a74b6be897bbd0.tar.gz |
fix eslint errors
-rw-r--r-- | src/containers/Page/Page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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' } } > <div className={classes.root}> |