Skip to content

Commit 272100f

Browse files
Missing from the cherry-pick
1 parent baf6ce7 commit 272100f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

srhfl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const logger = (reducer) => {
1616
console.log("%cPrevious State:", "color: #9E9E9E; font-weight: 700;", state);
1717
console.log("%cAction:", "color: #00A7F7; font-weight: 700;", action);
1818
console.log("%cNext State:", "color: #47B04B; font-weight: 700;", next);
19+
console.groupEnd();
1920
return next;
2021
}, [reducer]);
2122

0 commit comments

Comments
 (0)