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 dc2e3ad commit 316b9acCopy full SHA for 316b9ac
1 file changed
dash/dash-renderer/src/reducers/reducer.js
@@ -59,7 +59,7 @@ const layoutHashes = (state = {}, action) => {
59
([key]) => !key.startsWith(prefixStr)
60
)
61
);
62
- };
+ }
63
}
64
return state;
65
};
0 commit comments