Skip to content

Commit

Permalink
fix: put LessonResource type back
Browse files Browse the repository at this point in the history
  • Loading branch information
Creeland committed Nov 13, 2024
1 parent 677d239 commit d397771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts/collection-page-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ const CollectionPageLayout: React.FunctionComponent<

<div>
<ul>
{lessons.map((lesson: any, index: number) => {
{lessons.map((lesson: LessonResource, index: number) => {
if (lesson?.published_at === null) return null

const tagImageUrl =
Expand Down

0 comments on commit d397771

Please sign in to comment.