update
This commit is contained in:
@@ -18,7 +18,7 @@ import Pagination from "../Pagination";
|
||||
import GlobalStateContext from "../../Contexts/GlobalStateContext";
|
||||
import { Link, useLocation, useNavigate } from "react-router-dom";
|
||||
import ToastBox from "../ToastBox";
|
||||
import { formatRelativeDate } from "../../Constants/Constants";
|
||||
import { formatRelativeDate, formatUTCToDDMMYYHHMMSS } from "../../Constants/Constants";
|
||||
import {
|
||||
useGetTransAllQuery,
|
||||
useGetTransCountQuery,
|
||||
@@ -377,7 +377,7 @@ const LatestTransactions = () => {
|
||||
Date and Time Stamp :
|
||||
</Text>
|
||||
<Text color={colorMode === "light" ? "#230A79" : "#B09AFF"}>
|
||||
{timestamp}
|
||||
{formatUTCToDDMMYYHHMMSS(timestamp)}
|
||||
</Text>
|
||||
</Box>
|
||||
<Box>
|
||||
|
||||
Reference in New Issue
Block a user