TP-17651 | Lint Fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { grayC1, grayC3 } from "../../utils/constants";
|
||||
import { grayC1, grayC3 } from '../../utils/constants';
|
||||
|
||||
export const stepperMainStyles = {
|
||||
'& .MuiStepConnector-root.Mui-active .MuiStepConnector-line': {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@import '@navi/web-ui/lib/styles/index.css';
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -302,4 +302,4 @@
|
||||
display: flex;
|
||||
margin-top: 20px;
|
||||
gap: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 40px;
|
||||
gap: 12px
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.footer-wrapper {
|
||||
@@ -238,4 +238,4 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { configureStore } from "@reduxjs/toolkit";
|
||||
import { configureStore } from '@reduxjs/toolkit';
|
||||
import googleAuthSliceReducer from './slices/GoogleAuthSlice';
|
||||
import litmusFormReducer from "./slices/FormSlice";
|
||||
import litmusFormReducer from './slices/FormSlice';
|
||||
|
||||
const store = configureStore({
|
||||
reducer: {
|
||||
|
||||
@@ -39,4 +39,4 @@ export const getRoutesMapping = (isWrite: boolean) => {
|
||||
}
|
||||
|
||||
return litmusRoutesMapping;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -243,4 +243,4 @@ export interface StrategyData {
|
||||
parameters: any;
|
||||
variants: any;
|
||||
customStickinessName?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user