mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 04:36:21 +02:00
add comma
This commit is contained in:
parent
71c5b02390
commit
ad53662704
@ -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…
x
Reference in New Issue
Block a user