diff options
-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}> |