diff --git a/src/components/furni-editor/views/FurniEditorEditView.tsx b/src/components/furni-editor/views/FurniEditorEditView.tsx index af18754..2c0c0a7 100644 --- a/src/components/furni-editor/views/FurniEditorEditView.tsx +++ b/src/components/furni-editor/views/FurniEditorEditView.tsx @@ -275,14 +275,11 @@ export const FurniEditorEditView: FC = props =>
- setField('spriteId', Number(e.target.value)) } /> +
{ form.spriteId }
- +
{ form.type === 's' ? 'Floor (s)' : 'Wall (i)' }