Skip to content

Commit

Permalink
Breadcrumbs v1 part six set uswds to false (#28516)
Browse files Browse the repository at this point in the history
* set uswds to false

Signed-off-by: Micah Chiang <micahkchiang@gmail.com>

* remove medical copays

Signed-off-by: Micah Chiang <micahkchiang@gmail.com>

---------

Signed-off-by: Micah Chiang <micahkchiang@gmail.com>
  • Loading branch information
micahchiang authored and wullaski committed Mar 14, 2024
1 parent 3b731d1 commit 060921c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/gi/components/GiBillBreadcrumbs.jsx
Expand Up @@ -47,7 +47,7 @@ const GiBillBreadcrumbs = () => {
);
}

return <VaBreadcrumbs>{crumbs}</VaBreadcrumbs>;
return <VaBreadcrumbs uswds="false">{crumbs}</VaBreadcrumbs>;
};

export default GiBillBreadcrumbs;

0 comments on commit 060921c

Please sign in to comment.