Skip to content

Commit

Permalink
Fix: 배포 관련 오류 해결
Browse files Browse the repository at this point in the history
writeForm GeoLocation cafeInfo 정보 출력
  • Loading branch information
ChaeYubin committed Aug 1, 2024
1 parent aaae7df commit 1583bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GeoLocation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const GeoLocation = ({ redirectionURL }: Props) => {
const handleDirectionButtonClick = () => {};

const handleSelectButtonClick = () => {
console.log(cafeInfo?.sido, cafeInfo?.sgg, cafeInfo?.emd);
setFormState({
...formState,
meetingLocation: cafeInfo!.placeName,
Expand Down

0 comments on commit 1583bcd

Please sign in to comment.