Remove extra character
This commit is contained in:
parent
2c04dca4c7
commit
8165dc1255
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
sendingMessage.value = true;
|
sendingMessage.value = true;
|
||||||
sendingError.value = null;
|
sendingError.value = null;
|
||||||
t
|
|
||||||
try {
|
try {
|
||||||
await store.dispatch(ActionTypes.SEND_CHAT_MESSAGE, message);
|
await store.dispatch(ActionTypes.SEND_CHAT_MESSAGE, message);
|
||||||
enteredMessage.value = "";
|
enteredMessage.value = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user