feat: update schemas to support nullish values for optional fields
Gitea Auto Deploy / Deploy-Container (push) Successful in 56s

This commit is contained in:
2026-06-13 21:52:22 +07:00
parent ba27e25e85
commit 557a6e40d4
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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