itizawa 5 anni fa
parent
commit
abc8b2291f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/client/js/components/PageList/BookmarkList.jsx

+ 1 - 1
src/client/js/components/PageList/BookmarkList.jsx

@@ -92,7 +92,7 @@ const BookmarkList = (props) => {
             pagingLimit={pagingLimit}
             pagingLimit={pagingLimit}
           />
           />
         </>
         </>
-        )}
+      )}
     </div>
     </div>
   );
   );