Skip to content

Commit 316b9ac

Browse files
committed
fix for lint
1 parent dc2e3ad commit 316b9ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dash/dash-renderer/src/reducers/reducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const layoutHashes = (state = {}, action) => {
5959
([key]) => !key.startsWith(prefixStr)
6060
)
6161
);
62-
};
62+
}
6363
}
6464
return state;
6565
};

0 commit comments

Comments
 (0)