fix: improve dialog handling and error management in list items (#257)

* fix: improve dialog handling and error management in list items

* chore: lint
This commit is contained in:
Razboy20
2024-10-02 11:19:16 -05:00
committed by GitHub
parent a4d2856bfc
commit 1942508d8d
6 changed files with 38 additions and 24 deletions

View File

@@ -93,7 +93,7 @@ export default function PopupMain(): JSX.Element {
</ScheduleDropdown>
</div>
{activeSchedule?.courses?.length === 0 && (
<div className='flex flex-col items-center self-center gap-1.25 px-2 py-2 max-w-64'>
<div className='max-w-64 flex flex-col items-center self-center gap-1.25 px-2 py-2'>
<Text variant='small' className='text-center text-ut-gray !font-normal'>
{funny}
</Text>