diff options
author | eug-vs <eug-vs@keemail.me> | 2020-07-04 00:08:57 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-07-04 00:08:57 +0300 |
commit | b52743cc950e9633a2da41f72d3462286c629967 (patch) | |
tree | baeeb9c1b9111778e8c044c4675803b0a8f29347 /src/components/PollCard/PollCard.tsx | |
parent | 2a83b58e40d60dc058f385440a3125c60fb90026 (diff) | |
download | which-ui-b52743cc950e9633a2da41f72d3462286c629967.tar.gz |
style: remove eslint errors
Diffstat (limited to 'src/components/PollCard/PollCard.tsx')
-rw-r--r-- | src/components/PollCard/PollCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PollCard/PollCard.tsx b/src/components/PollCard/PollCard.tsx index ca85d11..98ae001 100644 --- a/src/components/PollCard/PollCard.tsx +++ b/src/components/PollCard/PollCard.tsx @@ -27,7 +27,7 @@ const DATE_FORMAT = { const useStyles = makeStyles(theme => ({ images: { - height: theme.spacing(50), + height: theme.spacing(50) }, imagesBlock: { display: 'flex' |