Add filesystem card to dashboard
This commit is contained in:
@@ -4,7 +4,6 @@ import Expandable from "../util/Expandable.svelte";
|
||||
import { formatDate } from "../util/Formatting.svelte";
|
||||
|
||||
let result = null;
|
||||
let offences = 0
|
||||
|
||||
onMount(async () => {
|
||||
try {
|
||||
@@ -19,7 +18,6 @@ onMount(async () => {
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
{#if result !== null && result.user_banned}
|
||||
<section>
|
||||
<Expandable click_expand>
|
||||
@@ -149,10 +147,7 @@ onMount(async () => {
|
||||
</section>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user