aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/modals/JsonUploadModal.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/modals/JsonUploadModal.tsx')
-rw-r--r--frontend/src/components/modals/JsonUploadModal.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/components/modals/JsonUploadModal.tsx b/frontend/src/components/modals/JsonUploadModal.tsx
index 1cb541b..7d8f838 100644
--- a/frontend/src/components/modals/JsonUploadModal.tsx
+++ b/frontend/src/components/modals/JsonUploadModal.tsx
@@ -3,6 +3,8 @@ import { useState, useRef } from 'react';
interface JsonUploadModalProps {
isOpen: boolean;
onClose: () => void;
+ // has to be any as this is a dynamic trackerm with dynamic score formats
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
onUpload: (data: any) => void;
game: string;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage