Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6930 from robintown/remove-semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg authored Oct 12, 2021
2 parents 3384976 + c078e89 commit 52efbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/NotificationPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
}
}

0 comments on commit 52efbc4

Please sign in to comment.