Skip to content

Commit e670131

Browse files
committed
(fix) removed ':' from case statement
1 parent 472f2ea commit e670131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egghead.io_video_tutorial_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,7 +1346,7 @@ const visibilityFilter = (
13461346
action
13471347
) => {
13481348
switch (action.type) {
1349-
case: 'SET_VISIBILITY_FILTER':
1349+
case 'SET_VISIBILITY_FILTER':
13501350
return action.filter;
13511351
default:
13521352
return state;

0 commit comments

Comments
 (0)