Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteSun committed Apr 14, 2021
1 parent 897fa98 commit 872ccf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/components/Plugin/UI/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ export const PluginForm: React.FC<Props> = ({ name, renderForm, form }) => {
return <ApiBreaker form={form} />
case 'basic-auth':
return <BasicAuth form={form} />
case 'api-breaker':
return <ApiBreaker form={form} />
case 'limit-conn':
return <LimitConn form={form} />
default:
Expand Down

0 comments on commit 872ccf6

Please sign in to comment.