Skip to content

Commit e93c249

Browse files
committed
Error maknut
1 parent cadbf3a commit e93c249

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/pages/admin/povijest.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import * as XLSX from "xlsx";
44
export default function Povijest() {
55
const [transactions, setTransactions] = useState([]);
66
const [loading, setLoading] = useState(true);
7-
const [error, setError] = useState(null);
87
const [filter, setFilter] = useState("");
98

109
const getSessionDate = (dateObj) => {

0 commit comments

Comments
 (0)