soumaeda 2 ani în urmă
părinte
comite
aabd47b382
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      apps/app/src/components/PageList/PageListItemS.tsx

+ 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} />