We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afd189 commit 2cb1292Copy full SHA for 2cb1292
1 file changed
gcs/src/redux/slices/droneConnectionSlice.js
@@ -178,8 +178,7 @@ const droneConnectionSlice = createSlice({
178
},
179
setSimulationParam: (state, action) => {
180
const { key, value } = action.payload
181
- state.simParams[key] =
182
- value === "" || value === undefined ? null : value
+ state.simParams[key] = value === "" || value === undefined ? null : value
183
184
185
// Emits
0 commit comments