Fix: Placeholder would overflow sidebar.

This commit is contained in:
Paul
2021-06-29 22:21:26 +01:00
parent 8935c26dfb
commit b31183e0f8
3 changed files with 5 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ function Context({ auth, children, dispatcher }: Props) {
logout: async shouldRequest => {
dispatcher({ type: "LOGOUT" });
delete client.user;
client.reset();
dispatcher({ type: "RESET" });
openScreen({ id: "none" });