mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-19 13:27:42 +03:00
* fix(albumListView) prop undefined bug #925 * Fix undefinedProp bug
This commit is contained in:
parent
46d4c48d44
commit
20f5778694
@ -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