diff --git a/client/src/components/Filters.jsx b/client/src/components/Filters.jsx index ba4c59e..b3cfb26 100644 --- a/client/src/components/Filters.jsx +++ b/client/src/components/Filters.jsx @@ -26,14 +26,14 @@ const Filters = () => { } return ( -
-
+
+
{FILTER_NAMES.map((type, i) => { const howManyFiltered = filterWithType(type, books).length return ( - - {startDate.format("MMM 'YY")} -{' '} - {moment(endDate).subtract(1, 'month').format("MMM 'YY")} -   - - ({readInCurrentYear}) +
+
+ + + {startDate.format("MMM 'YY")} -{' '} + {moment(endDate).subtract(1, 'month').format("MMM 'YY")} +   + + ({readInCurrentYear}) + - - -
+ +
+
{MODES.map((v, i) => (