diff --git a/frontend/app/components/Client/Integrations/PiniaDoc/PiniaDoc.tsx b/frontend/app/components/Client/Integrations/PiniaDoc/PiniaDoc.tsx
index 8a2033a2d..171aa1d50 100644
--- a/frontend/app/components/Client/Integrations/PiniaDoc/PiniaDoc.tsx
+++ b/frontend/app/components/Client/Integrations/PiniaDoc/PiniaDoc.tsx
@@ -87,7 +87,7 @@ piniaStorePlugin(examplePiniaStore)
diff --git a/frontend/app/components/Client/Integrations/ZustandDoc/ZustandDoc.js b/frontend/app/components/Client/Integrations/ZustandDoc/ZustandDoc.js
index 35ff5ecdf..5944e3836 100644
--- a/frontend/app/components/Client/Integrations/ZustandDoc/ZustandDoc.js
+++ b/frontend/app/components/Client/Integrations/ZustandDoc/ZustandDoc.js
@@ -81,7 +81,7 @@ const useBearStore = create(
}
/>
-
+
);