diff --git a/components/(customization)/mapiconcustomization/page.tsx b/components/(customization)/mapiconcustomization/page.tsx index d65f7b7..1ceb7e9 100644 --- a/components/(customization)/mapiconcustomization/page.tsx +++ b/components/(customization)/mapiconcustomization/page.tsx @@ -108,7 +108,7 @@ export const MapIconCustomization: FC = ({ mapIconId: { src: mapIconId ? getTexture( - mapIconId, // Use mapIconId directly + form.watch("mapIconId"), `mapIcon/CHU_UI_MapIcon_${mapIconId.toString().padStart(8, "0")}.png`, ) : `systemVoiceThumbnails/CHU_UI_SystemVoice_Default.png`, @@ -123,7 +123,7 @@ export const MapIconCustomization: FC = ({
{mapIconId{" "}
diff --git a/components/userRatingBaseHotList/page.tsx b/components/userRatingBaseHotList/page.tsx index 8849617..70d3c05 100644 --- a/components/userRatingBaseHotList/page.tsx +++ b/components/userRatingBaseHotList/page.tsx @@ -34,12 +34,12 @@ export const ChunithmHotPlays: FC = ({ ); return (
-
+
{jacketPath && ( Jacket )}