Skip to content

Commit

Permalink
Add a StepName type
Browse files Browse the repository at this point in the history
  • Loading branch information
ivonne-hernandez committed Nov 9, 2023
1 parent fdcb20a commit 647ad69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Assets/pageTitleTags.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const pageTitleTags: Record<string, string> = {
type StepName = 'step-1' | 'step-2' | 'step-3' | 'step-4' | 'step-5' | 'step-6' | 'step-7' | 'step-8' | 'step-9' | 'step-10' | 'step-11' | 'confirm-information' | 'results';

Check failure on line 1 in src/Assets/pageTitleTags.ts

View workflow job for this annotation

GitHub Actions / Prettier

src/Assets/pageTitleTags.ts#L1

There are issues with this file's formatting, please run Prettier to fix the errors

const pageTitleTags: Record<StepName, string> = {
'step-1': 'Preferred Language',
'step-2': 'Legal',
'step-3': 'Zip and County',
Expand Down

0 comments on commit 647ad69

Please sign in to comment.