soumaeda 2 лет назад
Родитель
Сommit
aabd47b382
1 измененных файлов с 1 добавлено и 3 удалено
  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} />