Remove program.title from modal title bar

Program title was intentionally being shown in the modal title bar and modal body, but when no program artwork was provided via EPG the title components were layered one after the other, making it look like a duplicated title.
This commit is contained in:
None 2026-03-12 16:10:10 -05:00
parent 79dc113a1c
commit ae2d111eb2

View file

@ -146,7 +146,7 @@ export default function ProgramDetailModal({
<Modal
opened={opened}
onClose={onClose}
title={program.title}
title={null}
size="lg"
centered
overlayProps={overlayProps}