From 76e235f22f15b0590d2c6594f9c298d94ba59307 Mon Sep 17 00:00:00 2001 From: ilyayudovin <ilyayudovin123@gmail.com> Date: Fri, 9 Oct 2020 23:48:17 +0300 Subject: Fix console warnings --- src/containers/PollCreation/PollCreation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/containers/PollCreation') 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 -- cgit v1.2.3