Skip to content

Commit

Permalink
Merge pull request #2104 from Shoaibdev7/hide-audio-section
Browse files Browse the repository at this point in the history
Hide Audio EN Section: Audio Already Displayed with Text Section
  • Loading branch information
Rassl authored Sep 5, 2024
2 parents 4561961 + 8478920 commit 67f0ab8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const NodeDetail = ({ label, value, hasAudio, isPlaying, togglePlay }: Props) =>
const isLong = (value as string).length > 140
const searchTerm = useAppStore((s) => s.currentSearch)

if (!value) {
if (!value || label === 'Audio EN') {
return null
}

Expand Down

0 comments on commit 67f0ab8

Please sign in to comment.