Skip to content

Commit e1e3c71

Browse files
committed
fmt
1 parent 2cc08d9 commit e1e3c71

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/integration/cra/src/index.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ function Root() {
3333
quickAccessItems={[headerFooterDisplayItem]}
3434
homeLinkProps={{ ...routes.home().link, "title": "Accueil - Nom de l’entité (ministère, secrétariat d‘état, gouvernement)" }}
3535
navItems={[
36-
{
37-
"text": "Home",
38-
"linkProps": routes.home().link,
39-
"isActive": route.name === "home"
40-
},
41-
{
42-
"text": "Mui playground",
43-
"linkProps": routes.mui().link,
44-
"isActive": route.name === "mui"
45-
}
36+
{
37+
"text": "Home",
38+
"linkProps": routes.home().link,
39+
"isActive": route.name === "home"
40+
},
41+
{
42+
"text": "Mui playground",
43+
"linkProps": routes.mui().link,
44+
"isActive": route.name === "mui"
45+
}
4646
]}
4747
/>
4848
<div style={{

0 commit comments

Comments
 (0)