Skip to content

Commit

Permalink
refactor: #50 - 코드 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed Nov 7, 2023
1 parent c8eaf93 commit b91449c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/Notification/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ const Notification = ({
</div>
) : (
<Button
className="button button-emerald px-2.5 py-1.5"
onClick={onAccept}>
onClick={onAccept}
className="button button-emerald px-2.5 py-1.5">
{NOTIFICATION_MSG.APPROVE_BUTTON}
</Button>
)}
Expand Down

0 comments on commit b91449c

Please sign in to comment.