aboutsummaryrefslogtreecommitdiff
path: root/src/pages/ProfilePage/ProfilePage.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-07-03 23:00:04 +0300
committereug-vs <eug-vs@keemail.me>2020-07-03 23:03:10 +0300
commitf6bb137ccf414ba36610c0ceea598c95683dce60 (patch)
tree7a3ab1e08a640ae6716fec18c8458dc44be5ac14 /src/pages/ProfilePage/ProfilePage.tsx
parent6a216b903899d1481f93ebff40e246f60c4c3e89 (diff)
downloadwhich-ui-f6bb137ccf414ba36610c0ceea598c95683dce60.tar.gz
refactor: use mui-breakpoints
Diffstat (limited to 'src/pages/ProfilePage/ProfilePage.tsx')
-rw-r--r--src/pages/ProfilePage/ProfilePage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/ProfilePage/ProfilePage.tsx b/src/pages/ProfilePage/ProfilePage.tsx
index 9a8f69a..b7a4a75 100644
--- a/src/pages/ProfilePage/ProfilePage.tsx
+++ b/src/pages/ProfilePage/ProfilePage.tsx
@@ -36,7 +36,7 @@ const ProfilePage: React.FC = () => {
}, [navigate, page, user]);
return (
- <Container maxWidth="sm">
+ <Container maxWidth="sm" disableGutters>
<ProfileInfo
userInfo={userInfo}
setUserInfo={setUserInfo}