mirror of https://github.com/vector-im/riot-web
Remove semicolon from notifications panel
Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
parent
338497636c
commit
c078e89f59
|
@ -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>;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue