Skip to content

Commit

Permalink
refactor: button에 list 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hae-on committed Aug 11, 2023
1 parent 902eab1 commit d17e128
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ const PBProductList = ({ isHome }: PBProductListProps) => {
</Link>
</li>
))}
<MoreButton />
<li>
<MoreButton />
</li>
</PBProductListContainer>
</>
);
Expand Down

0 comments on commit d17e128

Please sign in to comment.