diff --git a/src/components/PatchTimeline.svelte b/src/components/PatchTimeline.svelte index ddd889e..a90b4de 100644 --- a/src/components/PatchTimeline.svelte +++ b/src/components/PatchTimeline.svelte @@ -269,6 +269,17 @@ {formatTimestamp(op.timestamp)} + {:else if op.verdict === undefined} +
+ +
+
+ + reviewed revision +
+ {formatTimestamp(op.timestamp)} +
+
{/if} {:else if op.type === "review.comment"}