mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 17:38:00 +08:00
checking me null
This commit is contained in:
@@ -21,5 +21,5 @@ export default compose(
|
||||
connect(null, mapDispatchToProps),
|
||||
withCancelAccountDeletion,
|
||||
withData,
|
||||
excludeIf(props => !props.root.me.scheduledDeletionDate)
|
||||
excludeIf(({ root: { me } }) => !me || !me.scheduledDeletionDate)
|
||||
)(AccountDeletionRequestedSign);
|
||||
|
||||
Reference in New Issue
Block a user