Skip to content

Commit

Permalink
πŸ› fix: νšŒμ›κ°€μž… κ³Όμ • 쀑 지역ꡬ λ‹¨μœ„ 선택 μ‹œ state λ°˜μ˜λ˜λ„λ‘ μˆ˜μ • #142
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMirror21 committed Dec 24, 2024
1 parent 7b80c3f commit 3877293
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Information/AddressStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ const AddressStep = ({ userInfo, onNext }: AddressStepProps) => {
const handleAddressSelection = (selectedAddressName: string) => {
const result = handleAddressSelect(selectedAddressName);
if (!result) return;

setNewAddress({...newAddress, ...result});
setNewAddress({...newAddress, ...result.addressData});
setAddressInput(result.selectedAddressName);
};

Expand Down

0 comments on commit 3877293

Please sign in to comment.