- {number}{report.type} |
- {new Date(report.dateTimeCreated).toLocaleDateString("ru-RU", { year: "numeric", month: "numeric", day: "numeric" })} |
+ {number}{report.reportType} |
+ {new Date(report.dateTimeCreated).toLocaleDateString("ru-RU",
+ { year: "numeric", month: "numeric", day: "numeric", hour: "numeric", minute: "numeric" })} |
{{reportData}} |
)
diff --git a/src/components/info/WarningItem.js b/src/components/info/WarningItem.js
index 1c25da9..2091bbf 100644
--- a/src/components/info/WarningItem.js
+++ b/src/components/info/WarningItem.js
@@ -1,4 +1,5 @@
-import { Tooltip } from "@chakra-ui/react";
+import { WarningIcon } from "@chakra-ui/icons";
+import { Text, Tooltip } from "@chakra-ui/react";
import { useColors } from "styles/theme/foundations/colors";
@@ -6,7 +7,7 @@ export const WarningBadge = ({ message }) => {
const warningColor = useColors().warning;
return (