[Added eslint] [Selection title]

This commit is contained in:
2021-03-23 16:11:43 -05:00
parent 59ad33b381
commit 83f2da9a0a
4 changed files with 39 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ export const createMountReducer = (state) => {
S3Mounts: s3Mounts,
};
},
[RESET_MOUNTS_STATE]: (state, action) => {
[RESET_MOUNTS_STATE]: (state) => {
return { ...state, MountsBusy: false, MountState: mountState };
},
[SET_AUTO_MOUNT_PROCESSED]: (state, action) => {