Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
박정민 committed Feb 15, 2024
2 parents 1735941 + fe1c5fd commit e3d5bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Grass/TeamGrass.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const TeamGrass = (props: any) => {
} else if (proportion > 75 && proportion <= 100) {
return RedCabbage_Raw_4;
} else {
return null;
return undefined;
}
};

Expand Down

0 comments on commit e3d5bfb

Please sign in to comment.