feat: update schemas to support nullish values for optional fields
Gitea Auto Deploy / Deploy-Container (push) Successful in 56s
Gitea Auto Deploy / Deploy-Container (push) Successful in 56s
This commit is contained in:
@@ -93,7 +93,7 @@ export default function CharacterInfoCard({ character, selectedCharacters, onCha
|
||||
)}
|
||||
|
||||
{/* Light Cone */}
|
||||
{character.lightcone.item_id && (
|
||||
{character.lightcone.item_id !== 0 && (
|
||||
<div className="">
|
||||
<div className="rounded-lg h-42 flex items-center justify-center">
|
||||
<Image
|
||||
|
||||
Reference in New Issue
Block a user