prettier
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createReducer } from '@reduxjs/toolkit';
|
||||
import {createReducer} from '@reduxjs/toolkit';
|
||||
import {
|
||||
confirmYesNoAction,
|
||||
NOTIFY_APPLICATION_BUSY,
|
||||
@@ -31,7 +31,7 @@ export const createCommonReducer = (platformInfo, version) => {
|
||||
};
|
||||
},
|
||||
[setAllowMount]: (state, action) => {
|
||||
return { ...state, AllowMount: action.payload };
|
||||
return {...state, AllowMount: action.payload};
|
||||
},
|
||||
[setApplicationReady]: (state, action) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user