+
+
{#each vouches as vouch (vouch.uri)}
-
+
{/each}
{/if}
diff --git a/web/src/lib/components/profile/types.ts b/web/src/lib/components/profile/types.ts
index cb3de0d4..7125e2c3 100644
--- a/web/src/lib/components/profile/types.ts
+++ b/web/src/lib/components/profile/types.ts
@@ -59,6 +59,7 @@ export interface VouchData {
handle: string;
avatar?: string;
kind: "vouch" | "denounce";
+ direction: "incoming" | "outgoing";
reason?: string;
createdAt: string;
}
diff --git a/web/src/routes/[handle]/+page.svelte b/web/src/routes/[handle]/+page.svelte
index 28a74204..9b5db8a7 100644
--- a/web/src/routes/[handle]/+page.svelte
+++ b/web/src/routes/[handle]/+page.svelte
@@ -22,5 +22,5 @@
{:else if data.tab === "following"}
{:else if data.tab === "vouches"}
-
+
{/if}