Fix a number of minor code quality issues
Most of these are complaints from my IDE. Discovered by going through nearly every file looking for React warnings.
This commit is contained in:
parent
56dda3895c
commit
c86d75693b
11 changed files with 12 additions and 18 deletions
|
@ -134,7 +134,7 @@ describe.skip('RoomSettings', () => {
|
|||
});
|
||||
});
|
||||
|
||||
// XXX: Can't test this because we `getRoomDirectoryVisibility` in `componentWillMount`
|
||||
// XXX: Can't test this because we `getRoomDirectoryVisibility` in `componentDidMount`
|
||||
xit('should set room directory publicity when set to true', (done) => {
|
||||
const isRoomPublished = true;
|
||||
roomSettings.setState({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue