File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22import Layout from '../../components/layout/Layout'
33import React , { useState , useEffect } from 'react'
44import { MetaProps } from '../../components/layout/meta'
5- import NavBar from '../../components/layout/navbar'
65import Groups from '../../components/home/groups'
76import { GroupsType } from '../../types/group'
87
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ const Home: NextPage<Props> = ({}) => {
115115 < Layout meta_data = { meta_data } current_page = 'home' >
116116 < Hero />
117117 < LetterView post = { letter } />
118- < MassSchedule schedule = { massScheduleHome } gospel_link = { audio_link } />
118+ < MassSchedule schedule = { massScheduleHome } gospel_link = { massScheduleHome . gospel ?. audio_link } />
119119 < Notice announcements = { announcements } />
120120 < PriorityNotice />
121121 < VideoPostCast videoLinks = { videoLinks } />
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export type GospelType = {
44 title : string
55 slug : string
66 date : string
7+ audio_link ?:string
78 first_reading ?: string
89 second_reading ?: string
910 halelluia ?: string ;
You can’t perform that action at this time.
0 commit comments