add client insports

keep-around/b214ac7012ef42593bee62c207888a2593bc5a38
Dmitry Kosolapov home 3 years ago committed by Andrei Dekterev
parent 7f30d9b8a5
commit dc58bd2223
  1. 2
      src/config/clients/index.tsx
  2. 4
      src/config/clients/types.tsx

@ -10,8 +10,8 @@ export const isLffClient = currentClient === 'lff'
const clients = { const clients = {
facr, facr,
instat,
insports, insports,
instat,
lff, lff,
} }

@ -6,16 +6,16 @@ type StyledCss = ReturnType<typeof css>
export enum ClientIds { export enum ClientIds {
Facr = 'facr-ott-web', Facr = 'facr-ott-web',
Insports = 'ott-web',
Instat = 'ott-web', Instat = 'ott-web',
Lff = 'lff-ott-web', Lff = 'lff-ott-web',
Insports = 'ott-web',
} }
export enum ClientNames { export enum ClientNames {
Facr = 'facr', Facr = 'facr',
Insports = 'insports',
Instat = 'instat', Instat = 'instat',
Lff = 'lff', Lff = 'lff',
Insports = 'insports',
} }
export type ClientConfig = { export type ClientConfig = {

Loading…
Cancel
Save