From 4929c43b8b564f8eafd6d2fd6c303f8cdf4852b1 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Wed, 2 Feb 2022 18:59:51 +0700 Subject: [PATCH] fix(#2183): fix change card in buy popup --- src/features/BuyMatchPopup/components/CardStep/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/BuyMatchPopup/components/CardStep/index.tsx b/src/features/BuyMatchPopup/components/CardStep/index.tsx index 6cc91f37..f446166a 100644 --- a/src/features/BuyMatchPopup/components/CardStep/index.tsx +++ b/src/features/BuyMatchPopup/components/CardStep/index.tsx @@ -7,8 +7,8 @@ import { CloseButton, HeaderActions, } from 'features/PopupComponents' -import { Arrow } from 'features/HeaderFilters/components/DateFilter/styled' import { T9n } from 'features/T9n' +import { Arrow } from 'features/HeaderFilters/components/DateFilter/styled' import { CardsList } from '../CardsList'