Remove semicolon from notifications panel

Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
Robin Townsend 2021-10-11 14:33:40 -04:00
parent 338497636c
commit c078e89f59

View file

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