Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlsilva committed Mar 18, 2022
1 parent fd49634 commit ba81f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/RoomMembersView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -666,4 +666,4 @@ const mapStateToProps = (state: IApplicationState) => ({
viewAllTeamsPermission: state.permissions['view-all-teams']
});

export default connect(mapStateToProps)(withActionSheet(withTheme(RoomMembersView)));
export default connect(mapStateToProps)(withTheme(withActionSheet(RoomMembersView)));

0 comments on commit ba81f3c

Please sign in to comment.