Skip to content

Commit fb7b13a

Browse files
committed
hemogenize Edit Profile login with Newsfeed login
1 parent 2a8c97e commit fb7b13a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/EditProfilePage/EditProfilePage.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ export default function EditProfile({
4949
}
5050

5151
if (result.loading) {
52-
return (
53-
<Row>
54-
<LoginPage />
55-
</Row>
56-
)
52+
return <LoginPage />
5753
}
5854

5955
if (result?.profile && uid) {

0 commit comments

Comments
 (0)