From 490904d9299df636134b82d5507e629f570a1791 Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Sat, 27 Jun 2020 17:53:31 +0300 Subject: change avata image right after submit --- src/pages/ProfilePage/ProfileInfo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pages/ProfilePage/ProfileInfo.tsx') diff --git a/src/pages/ProfilePage/ProfileInfo.tsx b/src/pages/ProfilePage/ProfileInfo.tsx index 6578764..6a2f853 100644 --- a/src/pages/ProfilePage/ProfileInfo.tsx +++ b/src/pages/ProfilePage/ProfileInfo.tsx @@ -36,7 +36,8 @@ const useStyles = makeStyles({ display: 'flex', width: '100%', height: 50, - margin: '50px 0' + margin: '50px 0', + borderBottom: '1px solid lightgray' }, menuButton: { width: 200, @@ -78,7 +79,6 @@ const ProfileInfo: React.FC = ({user, logOut,savedPolls, totalVotes, input === false ? setInput(true) : setInput(false); }; - return (
{ -- cgit v1.2.3