Remove unused prop from ArtistList (#926)

* remove syncWithLocation prop from ArtistList to fix #925

* run prettier
This commit is contained in:
Adrian Edwards
2021-03-28 16:53:25 -07:00
committed by GitHub
parent 90cf118349
commit 5dfcb316cf
+1 -8
View File
@@ -49,14 +49,7 @@ const ArtistFilter = (props) => (
</Filter>
)
const ArtistListView = ({
hasShow,
hasEdit,
hasList,
width,
syncWithLocation,
...rest
}) => {
const ArtistListView = ({ hasShow, hasEdit, hasList, width, ...rest }) => {
const classes = useStyles()
const handleArtistLink = useGetHandleArtistClick(width)
const history = useHistory()