From 5dfcb316cf561338d67036bb5c51792c61a4d730 Mon Sep 17 00:00:00 2001 From: Adrian Edwards <17362949+MoralCode@users.noreply.github.com> Date: Sun, 28 Mar 2021 16:53:25 -0700 Subject: [PATCH] Remove unused prop from ArtistList (#926) * remove syncWithLocation prop from ArtistList to fix #925 * run prettier --- ui/src/artist/ArtistList.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ui/src/artist/ArtistList.js b/ui/src/artist/ArtistList.js index f681e6ec..ea69689c 100644 --- a/ui/src/artist/ArtistList.js +++ b/ui/src/artist/ArtistList.js @@ -49,14 +49,7 @@ const ArtistFilter = (props) => ( ) -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()