diff --git a/src/components/room/widgets/infostand/InfoStandWidgetUserView.tsx b/src/components/room/widgets/infostand/InfoStandWidgetUserView.tsx index aa3aa20f..a39d2f5b 100644 --- a/src/components/room/widgets/infostand/InfoStandWidgetUserView.tsx +++ b/src/components/room/widgets/infostand/InfoStandWidgetUserView.tsx @@ -146,7 +146,7 @@ export const InfoStandWidgetUserView: FC = props = { !isEditingMotto && - setIsEditingMotto(true) }>{ motto } } + setIsEditingMotto(true) }>{ motto }  } { isEditingMotto && setMotto(event.target.value) } onBlur={ onMottoBlur } onKeyDown={ onMottoKeyDown } autoFocus={ true } /> }