Add component prop to Text to fix react error in dev.

This commit is contained in:
SergeantPanda 2025-05-04 09:55:04 -05:00
parent d1e9de6cdb
commit d2c8389f74

View file

@ -604,6 +604,7 @@ export default function TVChannelGuide({ startDate, endDate }) {
>
<Box>
<Text
component="div"
size={isExpanded ? 'lg' : 'md'}
style={{
fontWeight: 'bold',