aboutsummaryrefslogtreecommitdiff
path: root/src/Feed/Feed.tsx
diff options
context:
space:
mode:
authorilyayudovin <ilyayudovin123@gmail.com>2020-06-08 14:55:52 +0300
committerilyayudovin <ilyayudovin123@gmail.com>2020-06-08 14:55:52 +0300
commit77fe6ac371160ffc385b1378093f34d0b1f2a8c9 (patch)
treefe658661325324f1bfe872dedd642120732dd877 /src/Feed/Feed.tsx
parent73693e619d63d0321848b633bbe0d93eba9dd3bb (diff)
downloadwhich-ui-77fe6ac371160ffc385b1378093f34d0b1f2a8c9.tar.gz
fix: fix eslint errors
Diffstat (limited to 'src/Feed/Feed.tsx')
-rw-r--r--src/Feed/Feed.tsx2
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'
}