diff --git a/project/frontend/src/components/KennzahlenTable.tsx b/project/frontend/src/components/KennzahlenTable.tsx index 4e8f565..784c976 100644 --- a/project/frontend/src/components/KennzahlenTable.tsx +++ b/project/frontend/src/components/KennzahlenTable.tsx @@ -38,12 +38,12 @@ interface KennzahlenTableProps { } export default function KennzahlenTable({ - onPageClick, - data, - pdfId, - settings, - from - }: KennzahlenTableProps) { + onPageClick, + data, + pdfId, + settings, + from +}: KennzahlenTableProps) { const [editingIndex, setEditingIndex] = useState(""); const [editValue, setEditValue] = useState(""); const [editingPageIndex, setEditingPageIndex] = useState("");