diff --git a/src/components/nostr/RelaySupportedNips.tsx b/src/components/nostr/RelaySupportedNips.tsx index 15a2366..a13a2f0 100644 --- a/src/components/nostr/RelaySupportedNips.tsx +++ b/src/components/nostr/RelaySupportedNips.tsx @@ -1,7 +1,7 @@ import { NIPBadge } from "@/components/NIPBadge"; interface RelaySupportedNipsProps { - nips: string[]; + nips: (string | number)[]; title?: string; showTitle?: boolean; } @@ -28,7 +28,7 @@ export function RelaySupportedNips({ {nips.map((nip) => ( ))}