Merge pull request #6930 from robintown/remove-semicolon
This commit is contained in:
commit
52efbc4a61
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export default class NotificationPanel extends React.PureComponent<IProps> {
|
||||||
}}>
|
}}>
|
||||||
<BaseCard className="mx_NotificationPanel" onClose={this.props.onClose} withoutScrollContainer>
|
<BaseCard className="mx_NotificationPanel" onClose={this.props.onClose} withoutScrollContainer>
|
||||||
{ content }
|
{ content }
|
||||||
</BaseCard>;
|
</BaseCard>
|
||||||
</RoomContext.Provider>;
|
</RoomContext.Provider>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue