Browse Source

Remove completed TODO

master
buttercat1791 10 months ago
parent
commit
5070ce0afa
  1. 1
      src/lib/components/util/InlineProfile.svelte

1
src/lib/components/util/InlineProfile.svelte

@ -42,7 +42,6 @@
} }
</script> </script>
<!-- TODO: Use userBadge snippet here to add verification badges. -->
{#if loading} {#if loading}
{title ?? '…'} {title ?? '…'}
{:else if anon } {:else if anon }

Loading…
Cancel
Save