mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-17 02:47:18 +02:00
chore: lint fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user