Skip to content

Commit

Permalink
Remove redudant return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
syedzubeen authored Oct 3, 2023
1 parent dd13344 commit 19d5243
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 19d5243

Please sign in to comment.