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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 8 deletions

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()