diff --git a/frontend/src/System/Status/index.tsx b/frontend/src/System/Status/index.tsx index fcb8e83dd..fef758739 100644 --- a/frontend/src/System/Status/index.tsx +++ b/frontend/src/System/Status/index.tsx @@ -11,6 +11,7 @@ import { Col, Container, Row } from "react-bootstrap"; import { Helmet } from "react-helmet"; import { systemUpdateStatus } from "../../@redux/actions"; import { useReduxAction, useReduxStore } from "../../@redux/hooks/base"; +import { GithubRepoRoot } from "../../constants"; import { useAutoUpdate } from "../../utilites/hooks"; interface InfoProps { @@ -106,18 +107,12 @@ const SystemStatusView: FunctionComponent = () => { - -