🧹 drop tmp modification from UsersOverview

ref #14
This commit is contained in:
Philipp Dormann 2021-01-15 22:05:39 +01:00
parent 07f2e65fc7
commit 854db4ece8

View File

@ -10,7 +10,6 @@
export let current_users=[];
$: advanced_search = false;
usersstore.subscribe((val) => {
userscache = val;
current_users=val;
});
users_promise.then((data) => {