diff --git a/src/components/room/widgets/avatar-info/infostand/InfoStandWidgetFurniView.tsx b/src/components/room/widgets/avatar-info/infostand/InfoStandWidgetFurniView.tsx index 50e3923..fd60fa1 100644 --- a/src/components/room/widgets/avatar-info/infostand/InfoStandWidgetFurniView.tsx +++ b/src/components/room/widgets/avatar-info/infostand/InfoStandWidgetFurniView.tsx @@ -681,7 +681,7 @@ export const InfoStandWidgetFurniView: FC = props return ( { key } - onFurniSettingChange(index, event.target.value) } /> + onFurniSettingChange(index, event.target.value) } /> ); }) } @@ -696,7 +696,7 @@ export const InfoStandWidgetFurniView: FC = props return ( { key } - onCustomVariableChange(index, event.target.value) } /> + onCustomVariableChange(index, event.target.value) } /> ); }) }