Skip to content

Commit

Permalink
Update useGmp import in results table and row
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier committed Jul 3, 2024
1 parent 653acd3 commit 821926d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/web/pages/results/row.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import EntitiesActions from 'web/entities/actions';
import PropTypes from 'web/utils/proptypes';

import ResultDelta from './delta';
import useGmp from "web/utils/useGmp";
import useGmp from "web/hooks/useGmp";

const Row = ({
actionsComponent: ActionsComponent = EntitiesActions,
Expand Down
2 changes: 1 addition & 1 deletion src/web/pages/results/table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import TableRow from 'web/components/table/row';

import ResultsRow from './row';
import ResultDetails from './details';
import useGmp from "web/utils/useGmp";
import useGmp from "web/hooks/useGmp";

const Header = ({
actionsColumn,
Expand Down

0 comments on commit 821926d

Please sign in to comment.