Skip to content

Commit

Permalink
Merge pull request #156 from sant0s12/explicit-hidden
Browse files Browse the repository at this point in the history
Show "hidden" for missing mod names in modlog
  • Loading branch information
Xyphyn authored Sep 24, 2023
2 parents c42ed76 + 57c46e2 commit 208b872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/modlog/item/ModlogItemTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
avatarSize={20}
user={item.moderator}
/>
{:else}
<p class="text-slate-500 dark:text-zinc-500">Hidden<p/>
{/if}
</td>
<td>
Expand Down

0 comments on commit 208b872

Please sign in to comment.