mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-01 22:32:49 +00:00
Add component prop to Text to fix react error in dev.
This commit is contained in:
parent
d1e9de6cdb
commit
d2c8389f74
1 changed files with 1 additions and 0 deletions
|
|
@ -604,6 +604,7 @@ export default function TVChannelGuide({ startDate, endDate }) {
|
|||
>
|
||||
<Box>
|
||||
<Text
|
||||
component="div"
|
||||
size={isExpanded ? 'lg' : 'md'}
|
||||
style={{
|
||||
fontWeight: 'bold',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue