Skip to content

Commit dc2e3ad

Browse files
committed
fixing for lint
1 parent fd25ea8 commit dc2e3ad

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
@@ -50,7 +50,7 @@ const layoutHashes = (state = {}, action) => {
5050
state
5151
);
5252
} else if (action.type === 'RESET_COMPONENT_STATE') {
53-
const { itempath } = action.payload;
53+
const {itempath} = action.payload;
5454
if (itempath) {
5555
const prefixStr = stringifyPath(itempath);
5656
// Remove all hashes for keys starting with prefixStr

0 commit comments

Comments
 (0)