diff --git a/src/FilterLists.Web/ClientApp/components/ListDetailsModal.tsx b/src/FilterLists.Web/ClientApp/components/ListDetailsModal.tsx index 716561e8d..d3638f02a 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetailsModal.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetailsModal.tsx @@ -164,7 +164,7 @@ function ForumUrl(props: any) { function ChatUrl(props: any) { return props.url ? - Forum + Chat : null; }