add comma

This commit is contained in:
Travis Ralston 2021-10-12 15:26:22 -06:00
parent 71c5b02390
commit ad53662704

View file

@ -461,7 +461,7 @@ export default class MessageComposer extends React.Component<IProps, IState> {
if (!this.state.haveRecording) { if (!this.state.haveRecording) {
if (SettingsStore.getValue("feature_polls")) { if (SettingsStore.getValue("feature_polls")) {
buttons.push( buttons.push(
<PollButton key="polls" /> <PollButton key="polls" />,
); );
} }
buttons.push( buttons.push(