mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix infinite load issue (#756)
* Remove subcomponents to resolve infinite load issue
This commit is contained in:
@@ -16,7 +16,6 @@ export const StudioList: React.FC<IStudioList> = ({
|
||||
}) => {
|
||||
const listData = useStudiosList({
|
||||
renderContent,
|
||||
subComponent: fromParent,
|
||||
filterHook,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user