Skip to content

Commit

Permalink
Remove reference to non-existent CSS modules class (oops)
Browse files Browse the repository at this point in the history
I was going to define such a class, but changed my mind, and forgot to
remove this reference.
  • Loading branch information
eecavanna committed Feb 10, 2025
1 parent add14ea commit 15285c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StudyList/StudyList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const StudyList: React.FC = () => {
</QueryErrorBanner>

<IonListHeader>
<IonLabel className={styles.ionLabel}>
<IonLabel>
<SectionHeader className={styles.sectionHeaderWithinListHeader}>
Studies
</SectionHeader>
Expand Down

0 comments on commit 15285c0

Please sign in to comment.