chore: lint fix

This commit is contained in:
Alejandro Gómez
2025-12-22 13:25:38 +01:00
parent ea3d0e1119
commit 32c895e150
3 changed files with 17 additions and 15 deletions

View File

@@ -84,11 +84,11 @@ export default function KindRenderer({ kind }: { kind: number }) {
: "Stored by relays"}
</div>
{isParameterizedReplaceableKind(kind) && (
<>
<div className="text-muted-foreground">Identifier</div>
<code className="font-mono text-xs">d-tag</code>
</>
)}
<>
<div className="text-muted-foreground">Identifier</div>
<code className="font-mono text-xs">d-tag</code>
</>
)}
{kindInfo.nip && (
<>
<div className="text-muted-foreground">Defined in</div>