Skip to content

Commit 3a11534

Browse files
authored
Merge pull request #132 from PepperStones/develop
๐Ÿ›fix: ๋ฐ์ฝ” ์—†์„ ๋•Œ ์ƒํ™ฉ ์ˆ˜์ •
2 parents 9579078 + a2fb69b commit 3a11534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

โ€Žsrc/components/star/StarAnimation.tsxโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const StarAnimation1: React.FC<HomePage> = ({
225225

226226
default:
227227
console.log("Unknown skin type");
228-
return decoD0;
228+
break;
229229
}
230230
};
231231
const calculateOpacityByLevel = (levelName: string | null): number => {

0 commit comments

Comments
ย (0)