Skip to content

Commit 8f793a3

Browse files
authored
Update src/components/FolderView.tsx
1 parent 5df1427 commit 8f793a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FolderView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const FolderView = ({
3737
);
3838

3939
if (filteredCourseContent?.length === 0) {
40-
const filterMessages: Record<string, string> = {
40+
const filterMessages = {
4141
watched: "You haven't completed any content in this section yet.",
4242
watching: "No content currently in progress.",
4343
unwatched: "No new content available to watch.",

0 commit comments

Comments
 (0)