From 053ba2a6367c7a9b6f61c20521ef6e29ca954a05 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Thu, 24 Nov 2022 10:52:26 +0300 Subject: [PATCH] fix(#192): remove header from payment popup --- src/features/BuyMatchPopup/store/config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/BuyMatchPopup/store/config.tsx b/src/features/BuyMatchPopup/store/config.tsx index a1de5c2e..966e7b3b 100644 --- a/src/features/BuyMatchPopup/store/config.tsx +++ b/src/features/BuyMatchPopup/store/config.tsx @@ -1,5 +1,5 @@ export const passLexics = { - all: 'pass_league', + all: '', team_away: 'pass_team_away', team_home: 'pass_team_home', team1: 'pass_team',