Profile pictures incosistencies #58
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "pictures-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #46
@ -87,3 +89,3 @@
)
dispatch(setMetadataEvent(metadataController.getEmptyMetadataEvent()))
dispatch(setUserRobotImage(null))
the app will clear local storage on logout anyway
This is a redux bit, won't get cleared automatically.
@ -0,0 +12,4 @@
return action.payload
case ActionTypes.RESTORE_STATE:
return action.payload.userRobotImage || null
|| null
is not needed in such case