Skip to content

Commit

Permalink
fix(audio-section): hide audio en section
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Sep 5, 2024
1 parent 4561961 commit 8478920
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 8478920

Please sign in to comment.