From fb3dd18a33f2549e30fb7351b0c8f9631f665719 Mon Sep 17 00:00:00 2001 From: Kroell Date: Fri, 3 Mar 2023 08:19:43 -0500 Subject: [PATCH] renamed default value in store --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 42bc530d..a0483873 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -98,7 +98,7 @@ const getDefaultState = () => { triggeredSiteEntry: false, }, issConfig: { - clientName: "Carrier", // this is the default and will be overriden by the client's name + clientName: "Generic Insurance", // this is the default and will be overriden by the client's name styleSheet: "", accountNumber: 0, }