We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df1427 commit 8f793a3Copy full SHA for 8f793a3
src/components/FolderView.tsx
@@ -37,7 +37,7 @@ export const FolderView = ({
37
);
38
39
if (filteredCourseContent?.length === 0) {
40
- const filterMessages: Record<string, string> = {
+ const filterMessages = {
41
watched: "You haven't completed any content in this section yet.",
42
watching: "No content currently in progress.",
43
unwatched: "No new content available to watch.",
0 commit comments