diff --git a/src/FilterLists.Web.V2/src/shared/Description.tsx b/src/FilterLists.Web.V2/src/shared/Description.tsx index acd355276..4b030b5f0 100644 --- a/src/FilterLists.Web.V2/src/shared/Description.tsx +++ b/src/FilterLists.Web.V2/src/shared/Description.tsx @@ -5,7 +5,7 @@ interface Props { desriptionSourceUrl: string; }; -export const Description = (props: Props): JSX.Element | null => +export const Description = (props: Props): JSX.Element => props.desriptionSourceUrl ?
{props.desription}
:

{props.desription}

; \ No newline at end of file