File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/pages/ReceiptInputPage Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ const ReceiptInputPage = () => {
8282 < Text variant = "titleM" color = "primary" align = "center" as = "h1" >
8383 { formData . find ( ( item ) => item . key === "place" ) ?. value
8484 ? `${ formData . find ( ( item ) => item . key === "place" ) ?. value } 에`
85- : "영수증 정보를 입력해 주세요!" }
85+ : "영수증 정보를" }
86+ </ Text >
87+ < Text variant = "titleM" color = "primary" as = "h1" align = "center" >
88+ { formData . find ( ( item ) => item . key === "place" ) ?. value
89+ ? "다녀오셨네요!"
90+ : "입력해주세요!" }
8691 </ Text >
87- { formData . find ( ( item ) => item . key === "place" ) ?. value && (
88- < Text variant = "titleM" color = "primary" as = "h1" align = "center" >
89- 다녀오셨네요!
90- </ Text >
91- ) }
9292
9393 < div className = { styles . InfoList } >
9494 { formData . map ( ( { key, value } ) => (
@@ -114,7 +114,7 @@ const ReceiptInputPage = () => {
114114 ) : (
115115 < Button
116116 key = "confirm"
117- text = "정보가 맞아요 "
117+ text = "다음 "
118118 disabled = { formData . some ( ( item ) => Object . values ( item ) . some ( ( value ) => ! value ) ) }
119119 onClick = { handleInfoRightClick }
120120 />
You can’t perform that action at this time.
0 commit comments