aboutsummaryrefslogtreecommitdiff
path: root/src/components/PollCard
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/PollCard')
-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'