aboutsummaryrefslogtreecommitdiff
path: root/src/components/PollCard/PollCard.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-07-04 00:08:57 +0300
committereug-vs <eug-vs@keemail.me>2020-07-04 00:08:57 +0300
commitb52743cc950e9633a2da41f72d3462286c629967 (patch)
treebaeeb9c1b9111778e8c044c4675803b0a8f29347 /src/components/PollCard/PollCard.tsx
parent2a83b58e40d60dc058f385440a3125c60fb90026 (diff)
downloadwhich-ui-b52743cc950e9633a2da41f72d3462286c629967.tar.gz
style: remove eslint errors
Diffstat (limited to 'src/components/PollCard/PollCard.tsx')
-rw-r--r--src/components/PollCard/PollCard.tsx2
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'