Skip to content

Commit

Permalink
Merge pull request #304 from imi21123/test
Browse files Browse the repository at this point in the history
Feat: 축제 주점 수령방식 안고르고 바로 넘어가게 경로 설정
  • Loading branch information
imi21123 authored May 12, 2024
2 parents bcfea12 + fbd6027 commit f4606bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/StoreList/StoreList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const StoreList = ({ searchTerm = "", cafe = false, booth = false }) => {
key={item.idx}
className="store_list_item"
onClick={() => {
if (item.idx >= 5) {
if (item.idx >= 10) {
navigate(`/packagingStatus?storeId=${item.idx}&inout=2`);
} else {
navigate(`/packagingStatus?storeId=${item.idx}`);
Expand Down

0 comments on commit f4606bc

Please sign in to comment.