removed artificial delay in groups view

This commit is contained in:
Christopher Bisset 2022-09-10 13:26:04 +10:00
parent 438639804f
commit df2737e0ef

View file

@ -10,8 +10,6 @@
let componentLoaded = false;
onMount(async () => {
// Display component frontend
await new Promise((r) => setTimeout(r, 200));
componentLoaded = true;
});
</script>