mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-14 14:22:28 +03:00
Remove unused prop from ArtistList (#926)
* remove syncWithLocation prop from ArtistList to fix #925 * run prettier
This commit is contained in:
parent
90cf118349
commit
5dfcb316cf
@ -49,14 +49,7 @@ const ArtistFilter = (props) => (
|
|||||||
</Filter>
|
</Filter>
|
||||||
)
|
)
|
||||||
|
|
||||||
const ArtistListView = ({
|
const ArtistListView = ({ hasShow, hasEdit, hasList, width, ...rest }) => {
|
||||||
hasShow,
|
|
||||||
hasEdit,
|
|
||||||
hasList,
|
|
||||||
width,
|
|
||||||
syncWithLocation,
|
|
||||||
...rest
|
|
||||||
}) => {
|
|
||||||
const classes = useStyles()
|
const classes = useStyles()
|
||||||
const handleArtistLink = useGetHandleArtistClick(width)
|
const handleArtistLink = useGetHandleArtistClick(width)
|
||||||
const history = useHistory()
|
const history = useHistory()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user