Skip to content

Commit

Permalink
Design: 그리드 칼럼 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
joanShim committed Dec 31, 2023
1 parent a1d9bb8 commit 1505b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/RegionSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const RegionSelect: React.FC<RegionSelectProps> = ({
items={AREA_CODE}
ariaLabel="지역선택"
onSelectionChange={onRegionChange}
gridCols={3}
// gridCols={3}
/>
);
};

0 comments on commit 1505b2e

Please sign in to comment.