Trigger library search on artist/author click (#939)
* add search func * Fix lint issues and clean up --------- Co-authored-by: schroda <50052685+schroda@users.noreply.github.com>
This commit is contained in:
@@ -29,6 +29,6 @@ export const useBackButton = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
navigate(AppRoutes.library.path);
|
||||
navigate(AppRoutes.library.path());
|
||||
}, [history, location.pathname]);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user