Adjust recommended grid

This commit is contained in:
Raphael Wickihalder 2022-04-12 09:54:11 +02:00
parent 096185d424
commit f3ff88d74e
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -44,7 +44,7 @@ export default function RecommendedPersonal(props: Props) {
const count = personalRecommendations.uris.length;
const countCollapsed = getSuitablePageSizeForScreen(12, isLargeScreen, isMediumScreen);
const finalCount = view === VIEW.ALL_VISIBLE ? count : view === VIEW.COLLAPSED ? countCollapsed : 37;
const finalCount = view === VIEW.ALL_VISIBLE ? count : view === VIEW.COLLAPSED ? countCollapsed : 36;
// **************************************************************************
// Effects