delete logs

This commit is contained in:
2023-07-19 13:29:36 +03:30
parent 3bf90a3f60
commit 34c27ebfd2

View File

@@ -44,7 +44,6 @@ const DataTable = (props) => {
const [sorting, setSorting] = useState([]);
const [pagination, setPagination] = useState({ pageIndex: 0, pageSize: 10 });
const [rowCount, setRowCount] = useState(0);
console.log(moment());
const [updateTime, setupdateTime] = useState(
moment().format("HH:mm | jYYYY/jM/jD")
);