Skip to content

Commit 335afa1

Browse files
test: ignore randomness in chromatic
1 parent 8db869b commit 335afa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/components/PopupMain.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ export default function PopupMain(): JSX.Element {
130130
</ScheduleDropdown>
131131
</div>
132132
{activeSchedule?.courses?.length === 0 && (
133-
<div className='max-w-64 flex flex-col items-center self-center gap-1.25 px-2 py-2 pt-24'>
134-
<Text variant='p' className='text-center text-ut-gray !font-normal'>
133+
<div className='max-w-64 block flex flex-col items-center self-center gap-1.25 px-2 py-2 pt-24'>
134+
<Text variant='p' className='text-center text-ut-gray !font-normal chromatic-ignore'>
135135
{funny}
136136
</Text>
137137
<Text variant='small' className='text-center text-black'>

0 commit comments

Comments
 (0)