mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Prettier
This commit is contained in:
@@ -19,7 +19,10 @@ interface ISceneList {
|
||||
filterHook?: (filter: ListFilterModel) => ListFilterModel;
|
||||
}
|
||||
|
||||
export const SceneList: React.FC<ISceneList> = ({ subComponent, filterHook }) => {
|
||||
export const SceneList: React.FC<ISceneList> = ({
|
||||
subComponent,
|
||||
filterHook
|
||||
}) => {
|
||||
const history = useHistory();
|
||||
const otherOperations = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user