From 546696b2045dbf3bc3998d9ea75de28cb3890b01 Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 17 Mar 2022 00:28:28 -0400 Subject: [PATCH] Fix motto --- .../room/widgets/infostand/InfoStandWidgetUserView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } /> }