From dc58bd2223a3fec0f626204a4099c5134fe42fef Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Wed, 31 Aug 2022 17:11:45 +0700 Subject: [PATCH] add client insports --- src/config/clients/index.tsx | 2 +- src/config/clients/types.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/clients/index.tsx b/src/config/clients/index.tsx index c8277f36..c6fd81a4 100644 --- a/src/config/clients/index.tsx +++ b/src/config/clients/index.tsx @@ -10,8 +10,8 @@ export const isLffClient = currentClient === 'lff' const clients = { facr, - instat, insports, + instat, lff, } diff --git a/src/config/clients/types.tsx b/src/config/clients/types.tsx index 7505c16a..4ce50537 100644 --- a/src/config/clients/types.tsx +++ b/src/config/clients/types.tsx @@ -6,16 +6,16 @@ type StyledCss = ReturnType export enum ClientIds { Facr = 'facr-ott-web', + Insports = 'ott-web', Instat = 'ott-web', Lff = 'lff-ott-web', - Insports = 'ott-web', } export enum ClientNames { Facr = 'facr', + Insports = 'insports', Instat = 'instat', Lff = 'lff', - Insports = 'insports', } export type ClientConfig = {