Skip to content
Snippets Groups Projects
Commit c4357a9c authored by Kamil Mielnik's avatar Kamil Mielnik
Browse files

Fix typing

parent de4965de
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ const isNavbarOpen = handleActions(
export default combineReducers({
errorPage,
isNavbarOpen,
isDndAvailable: initValue => {
isDndAvailable: (initValue: unknown) => {
if (typeof initValue === "boolean") {
return initValue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment