mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Enable noImplicitOverride TypeScript compiler option
This commit is contained in:
@@ -171,7 +171,7 @@ export type PropsType = PropsLocalType &
|
||||
>;
|
||||
|
||||
export class TimelineItem extends React.PureComponent<PropsType> {
|
||||
public render(): JSX.Element | null {
|
||||
public override render(): JSX.Element | null {
|
||||
const {
|
||||
containerElementRef,
|
||||
conversationId,
|
||||
|
||||
Reference in New Issue
Block a user