mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 09:06:06 +00:00
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:
parent
79dc113a1c
commit
ae2d111eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ export default function ProgramDetailModal({
|
|||
<Modal
|
||||
opened={opened}
|
||||
onClose={onClose}
|
||||
title={program.title}
|
||||
title={null}
|
||||
size="lg"
|
||||
centered
|
||||
overlayProps={overlayProps}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue