Skip to content

Commit 9f994f0

Browse files
Merge pull request #282 from devtron-labs/fix/remove-unused-error
fix: remove unused error variable from catch
2 parents ef93ba8 + f025553 commit 9f994f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.2.23",
3+
"version": "0.2.24",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/Plugin/PluginList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const PluginList = ({
5858
)
5959

6060
handleDataUpdateForPluginResponse(pluginDataResponse, true)
61-
} catch (error) {
61+
} catch {
6262
setHasError(true)
6363
} finally {
6464
setIsLoadingMorePlugins(false)

0 commit comments

Comments
 (0)