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}