Skip to content

Commit

Permalink
fix: lint 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeseon-han committed Jan 27, 2024
1 parent 3a433af commit deeeef9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/molecules/FriendsFridgeItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const FriendsFridgeItem: React.FC<FriendsFridgeItemProps> = ({
</div>
</div>
<Link href={`${linkTo}`}>
<AngleIcon width={16} height={16} transform='rotate(180)' />
<AngleIcon width={16} height={16} transform="rotate(180)" />
</Link>
</div>
);
Expand Down
7 changes: 6 additions & 1 deletion src/components/organisms/FriendsFridgeList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ const FriendsFridgeList: React.FC<{
onClick={toggleIsOpenOrderListModal}
>
<div>등록순</div>
<AngleIcon width={14} height={14} fill='#9299AA' transform='rotate(-90)' />
<AngleIcon
width={14}
height={14}
fill="#9299AA"
transform="rotate(-90)"
/>
</div>
</div>
<WhiteBox>
Expand Down

0 comments on commit deeeef9

Please sign in to comment.