From 85ce566642564522cb5fa5b90cd6a48989f810e5 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 24 Aug 2023 23:27:15 +0200 Subject: [PATCH] refactor(Library): remove pagination input for single page --- src/routes/Library/Library.js | 2 +- src/routes/Library/styles.less | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/src/routes/Library/Library.js b/src/routes/Library/Library.js index 9cc6bfd36..1479c9c5d 100644 --- a/src/routes/Library/Library.js +++ b/src/routes/Library/Library.js @@ -61,7 +61,7 @@ const Library = ({ model, urlParams, queryParams }) => { paginationInput !== null ? : - + null }