Skip to content

Commit e88da88

Browse files
committed
fix: rm unused
1 parent 2bdc151 commit e88da88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Storage/PaginatedStorage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const PaginatedStorage = ({
3030
parentContainer,
3131
}: PaginatedStorageProps) => {
3232
const {balancer} = useClusterBaseInfo();
33-
const additionalNodesProps = useAdditionalNodeProps({balancer, groupId});
33+
const additionalNodesProps = useAdditionalNodeProps({balancer});
3434

3535
const [queryParams, setQueryParams] = useQueryParams({
3636
type: StringParam,

0 commit comments

Comments
 (0)