fix: hydration error warning in scheduleListItem component (#24240)
Co-authored-by: Devanshu Sharma <devanshusharma658@gmail.com>
This commit is contained in:
co-authored by
Devanshu Sharma
parent
3e31945157
commit
d7d2487f6d
@@ -74,10 +74,10 @@ export function ScheduleListItem({
|
||||
</Fragment>
|
||||
))}
|
||||
{(schedule.timeZone || displayOptions?.timeZone) && (
|
||||
<p className="my-1 flex items-center first-letter:text-xs">
|
||||
<span className="my-1 flex items-center first-letter:text-xs">
|
||||
<Icon name="globe" className="h-3.5 w-3.5" />
|
||||
{schedule.timeZone ?? displayOptions?.timeZone}
|
||||
</p>
|
||||
</span>
|
||||
)}
|
||||
</p>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user