Skip to content

Commit

Permalink
refactor: remove redudant return statement (#802)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <[email protected]>
  • Loading branch information
syedzubeen and derberg committed Oct 7, 2023
1 parent 1b893a4 commit 828b42a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/src/containers/AsyncApi/Standalone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class AsyncApiComponent extends Component<AsyncApiProps, AsyncAPIState> {
if (parsedSpec) {
this.state = { asyncapi: parsedSpec };
}
return;
}

async componentDidMount() {
Expand Down

0 comments on commit 828b42a

Please sign in to comment.