mirror of
https://github.com/navidrome/navidrome.git
synced 2025-05-11 23:56:37 +03:00
Fix default getPerPage for 'md' widths
This commit is contained in:
parent
48a6ba2956
commit
b8d47d1db4
@ -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