diff --git a/src/FilterLists.Web.V2/src/App.tsx b/src/FilterLists.Web.V2/src/App.tsx index 335b8162c..e4c43629a 100644 --- a/src/FilterLists.Web.V2/src/App.tsx +++ b/src/FilterLists.Web.V2/src/App.tsx @@ -70,7 +70,7 @@ const Donate = (): JSX.Element => Donate ; -const NotFound = (props: RouteComponentProps) => +const NotFound = (props: RouteComponentProps): JSX.Element =>
{props.location.pathname}