1
0

refactor: Some minor refinements
Remote Deploy / deploy (push) Successful in 1m28s

This commit is contained in:
2026-06-05 18:24:54 +02:00
parent e94c43ca6e
commit 8fe2bd3bf2
7 changed files with 46 additions and 296 deletions
-1
View File
@@ -52,7 +52,6 @@ export default function View({ data }: ViewProps) {
try {
const text = await file.text();
const jsonData = JSON.parse(text);
console.log(jsonData)
const foundKey = Object.keys(jsonData).find(k => k.toLowerCase() === classNameProcessed);