This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user