Skip to content

Commit

Permalink
Merge pull request #1102 from hackforla/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sydneywalcoff committed Jan 14, 2024
2 parents 989edcd + 53b5c4e commit 763b398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const FormStateContextProvider = ({
// ` (backquote)
if (evt.keyCode === 192) {
if (process.env.NODE_ENV === 'development') {
updateStepToForm(sampleStepState)
updateStepToForm(sampleStepState);
}
}
}
Expand Down

0 comments on commit 763b398

Please sign in to comment.