diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-10-09 23:48:17 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-10-09 23:48:17 +0300 |
commit | 76e235f22f15b0590d2c6594f9c298d94ba59307 (patch) | |
tree | 8affbbac3fa19cd43cc0f0730dcee80733fc2bfa /src/containers/PollCreation/PollCreation.tsx | |
parent | 578188c82b3aba624be31b67042ecbc68f8036c1 (diff) | |
download | which-ui-76e235f22f15b0590d2c6594f9c298d94ba59307.tar.gz |
Fix console warnings
Diffstat (limited to 'src/containers/PollCreation/PollCreation.tsx')
-rw-r--r-- | src/containers/PollCreation/PollCreation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/PollCreation/PollCreation.tsx b/src/containers/PollCreation/PollCreation.tsx index 7f4edc1..b761c73 100644 --- a/src/containers/PollCreation/PollCreation.tsx +++ b/src/containers/PollCreation/PollCreation.tsx @@ -83,7 +83,7 @@ const PollCreation: React.FC = () => { <Container maxWidth="sm" disableGutters> <Card elevation={3}> {user && <UserStrip user={user} />} - <Typography component='span'> + <Typography component="span"> <InputBase multiline fullWidth |