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 = {
facr,
instat,
insports,
instat,
lff,
}

@ -6,16 +6,16 @@ type StyledCss = ReturnType<typeof css>
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 = {

Loading…
Cancel
Save