Skip to content

Commit

Permalink
fix: 🐛 topics video list generating (#10)
Browse files Browse the repository at this point in the history
## Status
**READY**

## Description
- Fixed topics page not listing
  • Loading branch information
goztrk committed Dec 14, 2023
1 parent e6a8973 commit 020e84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/static.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function categoryStaticPropsFactory(category) {
return entry ? {
props: {
entry,
videoIds: THEOLOGY101_DATA.lookups.tag[entry] || [],
videoIds: THEOLOGY101_DATA.lookups[category][entry] || [],
},
} : { notFound: true };
};
Expand Down

0 comments on commit 020e84d

Please sign in to comment.