stevenfukase hace 4 años
padre
commit
a3457765a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ui/src/components/PagePath/PageListMeta.jsx

+ 1 - 1
packages/ui/src/components/PagePath/PageListMeta.jsx

@@ -38,7 +38,7 @@ export class PageListMeta extends React.Component {
     }
 
     let bookmarkCount;
-    if (page.bookmarkCount.length > 0) {
+    if (page.bookmarkCount > 0) {
       bookmarkCount = <span><i className="icon-star" />{page.bookmarkCount}</span>;
     }