Skip to content

Commit 6f85211

Browse files
committed
Fixes for state utils
1 parent e4b3d0f commit 6f85211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/state.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const updatePropertyStates = (
183183
}
184184

185185
return state;
186-
} else {
187-
update(state, stateB);
188186
}
187+
188+
return update(state, stateB);
189189
};

0 commit comments

Comments
 (0)