Skip to content

Commit

Permalink
feat: naics field renders no matter what
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Mar 25, 2021
1 parent 349b679 commit 063e54a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/containers/Forms/NaicsField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export const NaicsFieldComponent: React.FunctionComponent<Props> = (props) => {
}
};

if (!naicsList.includes(props.formData))
return <props.registry.fields.StringField {...fieldProps} />;
return <props.registry.fields.StringField {...fieldProps} />;
};

export default createFragmentContainer(NaicsFieldComponent, {
Expand Down

0 comments on commit 063e54a

Please sign in to comment.