refactor(web): drop redundant fields/visibility casts now the client is typed (#24 #29)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 20:20:13 +02:00
parent 5a72f85989
commit 0ee3b970cb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ export function ObjectDetail() {
return byLang ?? byEnglish ?? key;
};
const flexible = Object.entries(object.fields as Record<string, unknown>);
const flexible = Object.entries(object.fields);
return (
<div className="overflow-auto p-4">