mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
* fix(albumListView) prop undefined bug #925 * Fix undefinedProp bug
This commit is contained in:
parent
6bf02a6496
commit
2067f131fe
@ -57,7 +57,13 @@ const AlbumDetails = (props) => {
|
||||
)
|
||||
}
|
||||
|
||||
const AlbumListView = ({ hasShow, hasEdit, hasList, ...rest }) => {
|
||||
const AlbumListView = ({
|
||||
hasShow,
|
||||
hasEdit,
|
||||
hasList,
|
||||
syncWithLocation,
|
||||
...rest
|
||||
}) => {
|
||||
const classes = useStyles()
|
||||
const isDesktop = useMediaQuery((theme) => theme.breakpoints.up('md'))
|
||||
const isXsmall = useMediaQuery((theme) => theme.breakpoints.down('xs'))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user