diff --git a/src/components/nostr/kinds/IssueRenderer.tsx b/src/components/nostr/kinds/IssueRenderer.tsx index 775b594..ff642db 100644 --- a/src/components/nostr/kinds/IssueRenderer.tsx +++ b/src/components/nostr/kinds/IssueRenderer.tsx @@ -81,7 +81,7 @@ export function IssueRenderer({ event }: BaseEventProps) { {/* Labels */} {labels.length > 0 && ( -
+
{labels.map((label, idx) => ( ))} diff --git a/src/components/nostr/kinds/PullRequestRenderer.tsx b/src/components/nostr/kinds/PullRequestRenderer.tsx index f3a5ab3..f2650a2 100644 --- a/src/components/nostr/kinds/PullRequestRenderer.tsx +++ b/src/components/nostr/kinds/PullRequestRenderer.tsx @@ -96,7 +96,7 @@ export function PullRequestRenderer({ event }: BaseEventProps) { {/* Labels */} {labels.length > 0 && ( -
+
{labels.map((label, idx) => ( ))}