This commit is contained in:
Michael Telatynski 2021-06-08 16:40:01 +01:00
parent 90bb7c1482
commit 54241f44c2
3 changed files with 1 additions and 3 deletions

View file

@ -57,7 +57,6 @@ const useLocalEcho = <T extends any>(
};
const SpaceSettingsVisibilityTab = ({ matrixClient: cli, space }: IProps) => {
const [busy, setBusy] = useState(false);
const [error, setError] = useState("");
const userId = cli.getUserId();