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 @@ -228,23 +228,23 @@ const ReviewLegacy = ({
228228 serviceType = { workType ?. selectedWorkTypeDetail }
229229 />
230230 { secondaryBanner }
231- { introText && < div className = { [ "infoAlert" ] } > { introText } </ div > }
231+ { introText && < div className = { styles [ "infoAlert" ] } > { introText } </ div > }
232232 < PageDivider />
233- < div className = { [ "splitView" ] } >
234- < div className = { [ "reviewContainer" ] } >
233+ < div className = { styles [ "splitView" ] } >
234+ < div className = { styles [ "reviewContainer" ] } >
235235 < ReviewTableLegacy
236236 formData = { intakeFormData }
237237 enableEdit = { enableEdit }
238238 />
239- < div className = { [ "hideMobile" ] } >
239+ < div className = { styles [ "hideMobile" ] } >
240240 < AboutYourProject />
241241 </ div >
242242 </ div >
243- < div className = { [ "paymentWrapper" ] } >
244- < div className = { [ "paymentBox" ] } >
245- < div className = { [ "total" ] } >
243+ < div className = { styles [ "paymentWrapper" ] } >
244+ < div className = { styles [ "paymentBox" ] } >
245+ < div className = { styles [ "total" ] } >
246246 { estimate . stickerPrice && (
247- < span className = { [ "originalPrice" ] } >
247+ < span className = { styles [ "originalPrice" ] } >
248248 { currencyFormat ( estimate . stickerPrice ) }
249249 </ span >
250250 ) }
You can’t perform that action at this time.
0 commit comments