From f0f28d7809af602460741c7c54f60414aa3a1e79 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Thu, 4 Mar 2021 09:37:07 +0200 Subject: [PATCH] fix suggestions filtering key bug --- components/plus/PlusHomePage.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/plus/PlusHomePage.tsx b/components/plus/PlusHomePage.tsx index 417a34d70..b5f923919 100644 --- a/components/plus/PlusHomePage.tsx +++ b/components/plus/PlusHomePage.tsx @@ -147,7 +147,9 @@ const PlusHomePage = ({ suggestions, statuses }: PlusHomePageProps) => { return true; }; return ( - + {i < suggestionsData.length - 1 && }