From 67ef1a090516d32d827bda337e86bbb9f4cd2cf8 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Thu, 27 Sep 2018 18:06:25 -0500 Subject: [PATCH] tidy InfoCard --- .../home/components/detailsExpander/infoCard/InfoCard.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/modules/home/components/detailsExpander/infoCard/InfoCard.tsx b/src/FilterLists.Web/ClientApp/modules/home/components/detailsExpander/infoCard/InfoCard.tsx index 8b20834fa..342567986 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/components/detailsExpander/infoCard/InfoCard.tsx +++ b/src/FilterLists.Web/ClientApp/modules/home/components/detailsExpander/infoCard/InfoCard.tsx @@ -32,9 +32,10 @@ export const InfoCard = (props: IProps) =>
{props.syntax ? props.syntax.supportedSoftware.map( - (s: ISyntaxSupportedSoftware, i: number) => - - ) + (s: ISyntaxSupportedSoftware, i: number) => + + + ) : null}