File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ const Practice = (): JSX.Element => {
485485 alignItems : 'start' ,
486486 flexDirection : 'column-reverse' ,
487487 marginBottom : '1rem' ,
488- gap : '1rem'
488+ gap : '1rem' ,
489489 } }
490490 >
491491 < FormItem >
@@ -512,8 +512,9 @@ const Practice = (): JSX.Element => {
512512 onMouseDown = { ( ) => {
513513 window . alert (
514514 postalCodeMessage
515- ? '送信できません。入力内容を確認してください' :
516- ! agree || ! postalCode ? '入力が不正です'
515+ ? '送信できません。入力内容を確認してください'
516+ : ! agree || ! postalCode
517+ ? '入力が不正です'
517518 : '送信しました'
518519 ) ;
519520 } }
@@ -523,7 +524,7 @@ const Practice = (): JSX.Element => {
523524 送信
524525 </ Button >
525526
526- < div style = { { display : 'inline-block' , marginLeft : '1rem' } } >
527+ < div style = { { display : 'inline-block' , marginLeft : '1rem' } } >
527528 < CheckBox
528529 name = "tos"
529530 value = "agree"
You can’t perform that action at this time.
0 commit comments