From 7cf5f00cee3f9eeec232e7a2d7a26bb87e2c4940 Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Sat, 24 Apr 2021 00:24:28 +0800 Subject: [PATCH] no log: Replace rest of Github link with constant value --- frontend/src/System/Status/index.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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 = () => { - -