mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Fix default getPerPage for 'md' widths
This commit is contained in:
parent
641ca52ba0
commit
c0abb785bb
@ -4,7 +4,7 @@ import get from 'lodash.get'
|
||||
const getPerPage = (width) => {
|
||||
if (width === 'xs') return 12
|
||||
if (width === 'sm') return 12
|
||||
if (width === 'md') return 15
|
||||
if (width === 'md') return 12
|
||||
if (width === 'lg') return 18
|
||||
return 36
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user