Missing null in return, ref #209

auto_join_3.3
Håvar Aambø Fosstveit 2020-04-22 22:15:46 +02:00
parent 1cef52a3a1
commit fcc37f5d89
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ const ChatModerator = (props) =>
} = props;
if (!isChatModerator)
return;
return null;
return (
<ul className={classes.root}>

View File

@ -42,7 +42,7 @@ const FileSharingModerator = (props) =>
} = props;
if (!isFileSharingModerator)
return;
return null;
return (
<ul className={classes.root}>