Skip to content

Commit

Permalink
Removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Feb 5, 2020
1 parent a0f5987 commit 1f696c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const CustomFieldPanel = class extends React.PureComponent<Props, State>
public static displayName = 'CustomFieldPanel';
public readonly state: State = initialState;
public render() {
const { fields, currentOptions, disableSubmit } = this.props;
const { fields, currentOptions } = this.props;
const options = fields
.filter(
f =>
Expand Down

0 comments on commit 1f696c0

Please sign in to comment.