From 19d5243b2526a2f567448cb1b68d1aa6eb04d8d9 Mon Sep 17 00:00:00 2001 From: Zubeen Date: Wed, 4 Oct 2023 00:48:14 +0530 Subject: [PATCH] Remove redudant return statement --- library/src/containers/AsyncApi/Standalone.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/library/src/containers/AsyncApi/Standalone.tsx b/library/src/containers/AsyncApi/Standalone.tsx index c92027275..4f5d72fb6 100644 --- a/library/src/containers/AsyncApi/Standalone.tsx +++ b/library/src/containers/AsyncApi/Standalone.tsx @@ -32,7 +32,6 @@ class AsyncApiComponent extends Component { if (parsedSpec) { this.state = { asyncapi: parsedSpec }; } - return; } async componentDidMount() {