Skip to content

Commit

Permalink
style change
Browse files Browse the repository at this point in the history
  • Loading branch information
HeidiTao committed Nov 4, 2024
1 parent ba74c19 commit 24a5b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/components/ScheduleData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ const ScheduleData = ({ scheduled }: ScheduleDataProps) => {
{open ? (
<div className="mr-1">Hide</div>
) : (
<div className="mr-1">Show</div>)
}
<div className="mr-1">Show</div>
)}
{open ? (
<ChevronUpIcon className="h-5 w-5" />
) : (
Expand Down

0 comments on commit 24a5b4a

Please sign in to comment.