Skip to content

Commit 70628dc

Browse files
committed
Fixed edge case: modifying user
1 parent ad4f715 commit 70628dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state/actions/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export const modifyUser = ({
248248
location,
249249
createdAt,
250250
isAdmin,
251-
logoUrl: newLogoUrl || logoUrl
251+
logoUrl: logoUrl || newLogoUrl
252252
};
253253

254254
const updateUserDbTask = firebase

0 commit comments

Comments
 (0)