diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-08 14:55:52 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-08 14:55:52 +0300 |
commit | 77fe6ac371160ffc385b1378093f34d0b1f2a8c9 (patch) | |
tree | fe658661325324f1bfe872dedd642120732dd877 /src/Feed/Feed.tsx | |
parent | 73693e619d63d0321848b633bbe0d93eba9dd3bb (diff) | |
download | which-ui-77fe6ac371160ffc385b1378093f34d0b1f2a8c9.tar.gz |
fix: fix eslint errors
Diffstat (limited to 'src/Feed/Feed.tsx')
-rw-r--r-- | src/Feed/Feed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Feed/Feed.tsx b/src/Feed/Feed.tsx index e303fa7..33e6d03 100644 --- a/src/Feed/Feed.tsx +++ b/src/Feed/Feed.tsx @@ -9,7 +9,7 @@ interface PropTypes { const usedStyles = makeStyles(theme => ({ feed: { - position:'relative', + position: 'relative', maxWidth: theme.spacing(75), margin: '0 auto' } |