mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Enable noImplicitOverride TypeScript compiler option
This commit is contained in:
@@ -61,7 +61,7 @@ export class VerificationNotification extends React.Component<Props> {
|
||||
);
|
||||
}
|
||||
|
||||
public render(): JSX.Element {
|
||||
public override render(): JSX.Element {
|
||||
const { type } = this.props;
|
||||
const icon = type === 'markVerified' ? 'verified' : 'verified-not';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user