Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ajones446 committed Feb 12, 2025
1 parent 335ba5b commit 1c664ad
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import {
form0781HeadingTag,
mentalHealthSupportAlert,
} from '../../content/form0781';
import { behaviorSummaryPageTitle, summarizeBehaviors } from '../../content/form0781/behaviorListPages';
import {
behaviorSummaryPageTitle,
summarizeBehaviors,
} from '../../content/form0781/behaviorListPages';

export const uiSchema = {
'ui:title': titleWithTag(behaviorSummaryPageTitle, form0781HeadingTag),
Expand All @@ -12,8 +15,6 @@ export const uiSchema = {
'ui:description': mentalHealthSupportAlert,
},
};


export const schema = {
type: 'object',
properties: {
Expand Down

0 comments on commit 1c664ad

Please sign in to comment.