From b45f9e7e31c6bf50e32824d8c797f0bb0700e12e Mon Sep 17 00:00:00 2001 From: Josef552 <105931716+Josef552@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:37:08 +0200 Subject: [PATCH] no more todo --- src/view/UploadButton.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/view/UploadButton.tsx b/src/view/UploadButton.tsx index b0c7ffa..7f76e82 100644 --- a/src/view/UploadButton.tsx +++ b/src/view/UploadButton.tsx @@ -250,7 +250,6 @@ const UploadButton: React.FC = (props) => { files: FileList; }; - //TODO der überprüft ja momentan noch nicht wirklich, ob das eine .tck Datei ist... if (!inputElem.files[0] || !inputElem.files[0].name.endsWith('.tck')) { console.log('Invalid or no File'); return; @@ -302,7 +301,6 @@ const UploadButton: React.FC = (props) => { inputElem.value = ''; }; - //TODO hier noch das "Upload file" in diese Localization file tun return (