add comma
This commit is contained in:
parent
71c5b02390
commit
ad53662704
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue