File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,14 @@ export default function OrderConfirmPage() {
138138 < div style = { { color : "#6b7280" , fontSize : 14 } } > 배송지 정보를 불러오는 중...</ div >
139139 ) : (
140140 < >
141+ < CheckboxLabel >
142+ < input
143+ type = "checkbox"
144+ checked = { saveAsDefault }
145+ onChange = { ( e ) => setSaveAsDefault ( e . target . checked ) }
146+ />
147+ 기본 배송지로 설정
148+ </ CheckboxLabel >
141149 < input
142150 type = "text"
143151 value = { shippingAddress }
@@ -161,14 +169,6 @@ export default function OrderConfirmPage() {
161169 e . currentTarget . style . borderColor = "#e5e7eb" ;
162170 } }
163171 />
164- < CheckboxLabel >
165- < input
166- type = "checkbox"
167- checked = { saveAsDefault }
168- onChange = { ( e ) => setSaveAsDefault ( e . target . checked ) }
169- />
170- 기본 배송지로 설정
171- </ CheckboxLabel >
172172 </ >
173173 ) }
174174 </ Section >
You can’t perform that action at this time.
0 commit comments