diff --git a/app/presentation/RoomItem/index.js b/app/presentation/RoomItem/index.js index 87cdffd6e..fd388fafb 100644 --- a/app/presentation/RoomItem/index.js +++ b/app/presentation/RoomItem/index.js @@ -164,7 +164,8 @@ RoomItem.propTypes = { }; RoomItem.defaultProps = { - avatarSize: 48 + avatarSize: 48, + status: 'offline' }; const mapStateToProps = (state, ownProps) => ({