Merge pull request #6930 from robintown/remove-semicolon

This commit is contained in:
Germain
2021-10-12 08:06:47 +01:00
committed by GitHub

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>;
}
}