mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
df02eb8e92
commit
37b122aa16
@ -732,7 +732,7 @@ const useIsSynapseAdmin = (cli) => {
|
||||
}, () => {
|
||||
setIsAdmin(false);
|
||||
});
|
||||
}, []);
|
||||
}, [cli]);
|
||||
return isAdmin;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user