Skip to content

Commit 2cb1292

Browse files
committed
Lint
1 parent 4afd189 commit 2cb1292

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gcs/src/redux/slices/droneConnectionSlice.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ const droneConnectionSlice = createSlice({
178178
},
179179
setSimulationParam: (state, action) => {
180180
const { key, value } = action.payload
181-
state.simParams[key] =
182-
value === "" || value === undefined ? null : value
181+
state.simParams[key] = value === "" || value === undefined ? null : value
183182
},
184183

185184
// Emits

0 commit comments

Comments
 (0)