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

Commit 52efbc4

Browse files
authored
Merge pull request #6930 from robintown/remove-semicolon
2 parents 3384976 + c078e89 commit 52efbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/NotificationPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class NotificationPanel extends React.PureComponent<IProps> {
6969
}}>
7070
<BaseCard className="mx_NotificationPanel" onClose={this.props.onClose} withoutScrollContainer>
7171
{ content }
72-
</BaseCard>;
72+
</BaseCard>
7373
</RoomContext.Provider>;
7474
}
7575
}

0 commit comments

Comments
 (0)