diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index ca4e71f83..e50cbda24 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -62,11 +62,11 @@ function Description(props: any) { function Languages(props: any) { return props.languages.length > 0 ? props.languages.length > 1 - ?
{props.languages.join(", ")}
{props.languages.join(", ")}