mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 13:21:31 +03:00
Remove unnecessary line
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
8652c2e653
commit
d497594a6f
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ export class ExistingSource extends React.Component<DesktopCapturerSourceIProps>
|
||||||
return (
|
return (
|
||||||
<AccessibleButton
|
<AccessibleButton
|
||||||
className="mx_desktopCapturerSourcePicker_stream_button"
|
className="mx_desktopCapturerSourcePicker_stream_button"
|
||||||
data-id={this.props.source.id}
|
|
||||||
title={this.props.source.name}
|
title={this.props.source.name}
|
||||||
onClick={this.onClick} >
|
onClick={this.onClick} >
|
||||||
<img
|
<img
|
||||||
|
|
Loading…
Reference in a new issue