File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ export async function getContactUsGeneralInfo() {
1919 const contents = data . body [ 0 ] ;
2020 const parsedData = {
2121 address : contents . address ,
22- hours : contents . hours ,
2322 apptInstructions : contents . appointment_instruction ,
2423 } ;
2524 console . log ( parsedData ) ;
@@ -30,7 +29,6 @@ export async function getContactUsGeneralInfo() {
3029 ) ;
3130 return {
3231 address : ContactUsGeneralInfoFallbackData . address ,
33- hours : ContactUsGeneralInfoFallbackData . hours ,
3432 apptInstructions :
3533 ContactUsGeneralInfoFallbackData . appointment_instruction ,
3634 } ;
@@ -71,7 +69,6 @@ export default async function ContactUs() {
7169 </ div >
7270 < div className = { styles . textInfo } >
7371 < h4 > { generalData . apptInstructions } </ h4 >
74- < h4 > { generalData . hours } </ h4 >
7572 </ div >
7673 </ div >
7774 </ section >
You can’t perform that action at this time.
0 commit comments