This commit is contained in:
mgabdev
2020-04-23 02:13:29 -04:00
parent fed036be08
commit e2e7e8c0af
177 changed files with 1231 additions and 1326 deletions

View File

@@ -35,7 +35,10 @@ class GroupTimeline extends ImmutablePureComponent {
dispatch: PropTypes.func.isRequired,
columnId: PropTypes.string,
hasUnread: PropTypes.bool,
group: PropTypes.oneOfType([ImmutablePropTypes.map, PropTypes.bool]),
group: PropTypes.oneOfType([
ImmutablePropTypes.map,
PropTypes.bool,
]),
relationships: ImmutablePropTypes.map,
intl: PropTypes.object.isRequired,
}