fix(#ott1963): buy match popup lexics fix (#569)

Co-authored-by: Farber Denis <denis.farber@instatsport.com>
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Farber Denis 4 years ago committed by Mirlan
parent 848adcca39
commit af30b88d36
  1. 2
      src/config/lexics/indexLexics.tsx
  2. 4
      src/features/BuyMatchPopup/store/config.tsx

@ -51,6 +51,8 @@ const buyMatchPopupLexics = {
pass_league: 15065,
pass_match_access: 15067,
pass_team: 15066,
pass_team_away: 15909,
pass_team_home: 15908,
pay: 15073,
payment: 14096,
payment_confirmation: 14094,

@ -1,7 +1,7 @@
export const passLexics = {
all: 'pass_league',
team_away: 'pass_team',
team_home: 'pass_team',
team_away: 'pass_team_away',
team_home: 'pass_team_home',
team1: 'pass_team',
team2: 'pass_team',
}

Loading…
Cancel
Save