diff --git a/src/components/furni-editor/views/FurniEditorEditView.tsx b/src/components/furni-editor/views/FurniEditorEditView.tsx index a40e913..5c7a86b 100644 --- a/src/components/furni-editor/views/FurniEditorEditView.tsx +++ b/src/components/furni-editor/views/FurniEditorEditView.tsx @@ -417,6 +417,13 @@ export const FurniEditorEditView: FC = props => + { furniDataEntry && +
+ Read-only — how this furni resolves from the furnidata JSON (source of truth for the display name). +
{ JSON.stringify(furniDataEntry, null, 2) }
+
+ } +