Skip to content

Commit

Permalink
Update HoldingAccordion.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 authored Oct 17, 2023
1 parent b313553 commit e18e43c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Instance/HoldingsList/Holding/HoldingAccordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ import {
} from '@folio/stripes/components';

import { callNumberLabel } from '../../../utils';
import {
useLocationsQuery,
useHoldingItemsQuery,
} from '../../../hooks';

import HoldingButtonsGroup from './HoldingButtonsGroup';
import useHoldingItemsQuery from '../../../hooks/useHoldingItemsQuery';
import {
useHoldingsAccordionState,
useLocationsQuery,
useHoldingItemsQuery,
} from '../../../hooks';

const HoldingAccordion = ({
Expand Down

0 comments on commit e18e43c

Please sign in to comment.