diff --git a/webui/src/Components/Group.jsx b/webui/src/Components/Group.jsx index b1b1f76..9cdccd1 100644 --- a/webui/src/Components/Group.jsx +++ b/webui/src/Components/Group.jsx @@ -40,7 +40,7 @@ function Group({id, name, permissions}) { } function iCan(name) { - if (permissions === null) { + if (permissions === null || user === null) { return false; }