mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-10 14:46:25 +02:00
typos
This commit is contained in:
parent
ebdac4ee50
commit
f13bb5f656
@ -413,14 +413,14 @@ module.exports = React.createClass({
|
||||
var roomStatePreviewUrls = room.currentState.getStateEvents('org.matrix.room.preview_urls', '');
|
||||
if (roomStatePreviewUrls && roomStatePreviewUrls.disabled) {
|
||||
this.setState({
|
||||
showUrlPreview: false;
|
||||
showUrlPreview: false
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
// otherwise, we assume they're on.
|
||||
this.setState({
|
||||
showUrlPreview: true;
|
||||
showUrlPreview: true
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user