Merge pull request #6930 from robintown/remove-semicolon

pull/21833/head
Germain 2021-10-12 08:06:47 +01:00 committed by GitHub
commit 52efbc4a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export default class NotificationPanel extends React.PureComponent<IProps> {
}}>
<BaseCard className="mx_NotificationPanel" onClose={this.props.onClose} withoutScrollContainer>
{ content }
</BaseCard>;
</BaseCard>
</RoomContext.Provider>;
}
}