diff --git a/src/components/content-items/substitutions/render-substitutions.tsx b/src/components/content-items/substitutions/render-substitutions.tsx index 293a6f0..0fcafe3 100644 --- a/src/components/content-items/substitutions/render-substitutions.tsx +++ b/src/components/content-items/substitutions/render-substitutions.tsx @@ -105,13 +105,11 @@ const RenderSubstitutionsMobile: React.FC = ({ time, }) => { return ( -
-
-
-

- {filteredSubstitutions.length > 0 ? time : "Brak zastępstw"} -

-
+
+
+

+ {filteredSubstitutions.length > 0 ? time : "Brak zastępstw"} +

{!!filteredSubstitutions.length && (