Skip to content

Commit

Permalink
fix(meister): 상점 - 벌점 UI 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Jul 1, 2023
1 parent f2dadb4 commit 42842cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Aside/MeisterBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ const MeisterBox = () => {
<Row gap="4px">
<Score>214.2</Score>
<Rank>48</Rank>
{score.type === service.reward_points.type && (
<ScoreGap>43-11</ScoreGap>
)}
</Row>
</ScoreHGroup>
))}
Expand Down

0 comments on commit 42842cd

Please sign in to comment.