You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Remove semicolon from notifications panel
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
@@ -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>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user