Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OtavioStasiak committed Nov 21, 2024
1 parent baf9f99 commit 6a6819e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/CreateDiscussionView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CreateDiscussionView extends React.Component<ICreateChannelViewProps, ICre
this.setHeader();
}

componentDidUpdate(prevProps: ICreateChannelViewProps, prevState: ICreateChannelViewState) {
componentDidUpdate(prevProps: ICreateChannelViewProps) {
const { loading, failure, error, result, isMasterDetail } = this.props;

if (loading !== prevProps.loading) {
Expand Down

0 comments on commit 6a6819e

Please sign in to comment.