Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 7be276d

Browse files
committed
Switching two lines for better organization.
1 parent 48e2ca4 commit 7be276d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

App/reducers/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ export const options = (state = initialState, action) => {
208208
const stringArray = state.stringArray || deadCodeInjection;
209209
return {
210210
...state,
211-
stringArray,
212211
deadCodeInjection: deadCodeInjection,
212+
stringArray,
213213
rotateStringArrayEnabled: stringArray,
214214
stringArrayThresholdEnabled: stringArray,
215215
stringArrayEncodingEnabled: stringArray

0 commit comments

Comments
 (0)