Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
njblore committed Sep 17, 2024
1 parent 5dcc8ed commit 021f66f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const UnitsLearningThemeFilters = ({
};
})
.filter((theme) => isRadioTheme(theme))
.map((theme) => theme as RadioTheme) // why is this necessary?
.map((theme) => theme as RadioTheme)
.sort((a: RadioTheme, b: RadioTheme) => {
if (a.slug === "no-theme") {
return 0;
Expand Down

0 comments on commit 021f66f

Please sign in to comment.