From 994a724a00b8d03427181bcc9552e62497fdc714 Mon Sep 17 00:00:00 2001 From: noah Date: Tue, 1 Mar 2022 20:58:58 +0900 Subject: [PATCH] Fix to display the footer dynamically --- ui/src/views/Main.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/src/views/Main.tsx b/ui/src/views/Main.tsx index 4845cef3..f1808523 100644 --- a/ui/src/views/Main.tsx +++ b/ui/src/views/Main.tsx @@ -3,6 +3,7 @@ import { shallowEqual } from "react-redux" import { Layout, Menu, Row, Col, Result, Button, Drawer, Avatar, Dropdown, Badge} from "antd" import { SettingFilled } from "@ant-design/icons" import { Helmet } from "react-helmet" +import moment from "moment" import { useAppSelector, useAppDispatch } from "../redux/hooks" import { init, searchDeployments, searchReviews, fetchLicense, notifyDeploymentEvent, notifyReviewmentEvent, mainSlice as slice } from "../redux/main" @@ -157,7 +158,7 @@ export default function Main(props: any) { - + -