mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Enable noImplicitOverride TypeScript compiler option
This commit is contained in:
@@ -120,7 +120,7 @@ export class GroupNotification extends React.Component<Props> {
|
||||
}
|
||||
}
|
||||
|
||||
public render(): JSX.Element {
|
||||
public override render(): JSX.Element {
|
||||
const { changes: rawChanges, i18n, from } = this.props;
|
||||
|
||||
// This check is just to be extra careful, and can probably be removed.
|
||||
|
||||
Reference in New Issue
Block a user