Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 716506c

Browse files
committed
fix: switch mode
1 parent 7ac42da commit 716506c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/footer/__tests__/bottom.test.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ describe("Footer - Bottom", () => {
1010
commitHash="main"
1111
repositoryUrl="https://github.com/SocialGouv/template"
1212
links={[{ href: "/", title: "Yo" }]}
13+
hasSwitchMode={false}
1314
/>
1415
);
1516
expect(screen.getByText(/Version/i)).toHaveTextContent(version);

0 commit comments

Comments
 (0)