Skip to content

Commit 641ee25

Browse files
test: ignore randomness in chromatic
1 parent 8db869b commit 641ee25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/components/PopupMain.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ 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'>
133+
<div className='max-w-64 block flex flex-col items-center self-center gap-1.25 px-2 py-2 pt-24 chromatic-ignore'>
134134
<Text variant='p' className='text-center text-ut-gray !font-normal'>
135135
{funny}
136136
</Text>

0 commit comments

Comments
 (0)