From bcc452f6e47bed86bb9c9cb6a54b947dd2446027 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 4 Dec 2020 03:55:07 +0300 Subject: feat: only allow 3 cards in a row max --- src/containers/BsuFantomSection/BsuFantomSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/containers/BsuFantomSection/BsuFantomSection.tsx b/src/containers/BsuFantomSection/BsuFantomSection.tsx index 6420402..418021c 100644 --- a/src/containers/BsuFantomSection/BsuFantomSection.tsx +++ b/src/containers/BsuFantomSection/BsuFantomSection.tsx @@ -27,7 +27,7 @@ const BsuFantomSection: React.FC = () => { {events?.map((event, index) => ( - + ))} -- cgit v1.2.3