Reverting needless updated
This commit is contained in:
parent
845604bd0f
commit
e8a1f9f179
1 changed files with 2 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
/* eslint-disable no-use-before-define */
|
||||
/* eslint-disable max-len */
|
||||
import { defineStore } from 'pinia';
|
||||
import { endpoints } from '@/constants/endpoints.js';
|
||||
import { endpoints } from '@/constants/endpoints';
|
||||
// eslint-disable-next-line import/no-cycle
|
||||
import { getDateForSavedSessionTimeout } from '@/helpers/session-helper.js';
|
||||
import { getDateForSavedSessionTimeout } from '@/helpers/session-helper';
|
||||
// eslint-disable-next-line import/no-cycle
|
||||
import globalMethods from '@/global-methods';
|
||||
import { experimentTriggers } from '@/constants/experiments';
|
||||
|
|
@ -87,7 +87,6 @@ const getDefaultState = () => ({
|
|||
supportingItems: null,
|
||||
vaps: null
|
||||
},
|
||||
// Add parent account number from FMG
|
||||
payment: {
|
||||
isInsurance: true, // TODO delete; irrelevant to ISS
|
||||
insuranceCoverage: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue