Remove unused prop from ArtistList (#926)
* remove syncWithLocation prop from ArtistList to fix #925 * run prettier
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user