Skip to content

Commit

Permalink
test state step
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Dec 3, 2024
1 parent a20349a commit c914758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Steps/SelectStatePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ErrorMessageWrapper from '../ErrorMessage/ErrorMessageWrapper';

// This will get removed once NC is moved into the main server
export const STATES: { [key: string]: string } =
process.env.REACT_APP_STATE === 'CO' ? { co: 'Colorado' } : { nc: 'North Carolina' };
process.env.REACT_APP_STATE === 'CO' ? { co: 'Colorado', nc: 'North Carolina' } : { nc: 'North Carolina' };

const SelectStatePage = () => {
const { formData, setFormData } = useContext(Context);
Expand Down

0 comments on commit c914758

Please sign in to comment.