Some small fixes

This commit is contained in:
2022-02-08 21:05:08 +01:00
parent d232162046
commit dc680f7efd
6 changed files with 24 additions and 8 deletions

View File

@@ -94,7 +94,11 @@ onMount(() => {
{/if}
</td>
<td>
{row.file_name}
{#if row.event === "file_instance_blocked"}
<a href="/u/{row.file_id}">{row.file_name}</a>
{:else}
{row.file_name}
{/if}
</td>
<td>
{row.file_removal_reason}