fix: character title disappeared on the post card

This commit is contained in:
DIYgod 2023-07-21 17:53:08 +01:00
parent c2247d5a8c
commit 00aad00b6e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ const Card = ({
</span>
</span>
</CharacterFloatCard>
<Titles characterId={character?.characterId} />
<Titles characterId={+character?.characterId} />
<span className="text-zinc-400 hidden sm:inline-block">·</span>
</>
)}