Missing null in return, ref #209

This commit is contained in:
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
@@ -42,7 +42,7 @@ const ChatModerator = (props) =>
} = props;
if (!isChatModerator)
return;
return null;
return (
<ul className={classes.root}>
@@ -42,7 +42,7 @@ const FileSharingModerator = (props) =>
} = props;
if (!isFileSharingModerator)
return;
return null;
return (
<ul className={classes.root}>