mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
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 (SettingsStore.getValue("feature_polls")) {
|
||||
buttons.push(
|
||||
<PollButton key="polls" />
|
||||
<PollButton key="polls" />,
|
||||
);
|
||||
}
|
||||
buttons.push(
|
||||
|
|
Loading…
Reference in a new issue