soumaeda 2 lat temu
rodzic
commit
aabd47b382

+ 1 - 3
apps/app/src/components/PageList/PageListItemS.tsx

@@ -42,9 +42,7 @@ export const PageListItemS = (props: PageListItemSProps): JSX.Element => {
           </div>
         </Clamp>
       ) : (
-        <span>
-          { pagePathElement }
-        </span>
+        pagePathElement
       )}
       <span className="ml-2">
         <PageListMeta page={page} />