Skip to content

Commit

Permalink
Merge pull request #210 from bible-technology/audio-resource
Browse files Browse the repository at this point in the history
Fixing the audio resource loading issue
  • Loading branch information
vipinpaul authored Nov 2, 2023
2 parents 1b4a90a + 5877489 commit def6586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/src/components/Resources/ObsBibleAudioTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default function ObsBibleAudioTab({
role="button"
tabIndex="0"
>
{ref.value.resourceMeta.subject}
{ref.value.resourceMeta?.subject}
</div>
</td>
<td className="p-2 uppercase">
Expand Down

0 comments on commit def6586

Please sign in to comment.