Skip to content

Commit 552cc96

Browse files
remove warning
1 parent 63b9f5f commit 552cc96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/layouts/stacks/Stacks/List/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
workspaceSelectors,
1313
stackSelectors,
1414
} from '../../../../../redux/selectors';
15-
import { callActionForStacksForPagination } from '../useService';
15+
// import { callActionForStacksForPagination } from '../useService';
1616
import { stacksActions } from '../../../../../redux/actions';
1717

1818
interface Props {
@@ -35,7 +35,7 @@ export const List: React.FC<Props> = ({
3535
fetchingForStacksFroComponents,
3636
setFetchingForStacksFroComponents,
3737
] = useState(false);
38-
const { dispatchStackData } = callActionForStacksForPagination();
38+
3939
const ITEMS_PER_PAGE = parseInt(
4040
process.env.REACT_APP_ITEMS_PER_PAGE as string,
4141
);

0 commit comments

Comments
 (0)