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 =>

404 Not Found: {props.location.pathname}

; \ No newline at end of file