Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarko committed Oct 30, 2024
1 parent 22270b1 commit b2bf4a9
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,7 @@ export function BeeTableBody<R extends object>({
evaluationHitsCountColumnIndex,
getEvaluationHitsCountSupportedByRow,
}: BeeTableBodyProps<R>) {
// const { evaluationHitsCountPerId } = useBoxedExpressionEditor();
const evaluationHitsCountPerId: Map<string, number> = new Map();
evaluationHitsCountPerId.set("_1FA12B9F-288C-42E8-B77F-BE2D3702B7B6", 10);
evaluationHitsCountPerId.set("_1FA12B9F-288C-42E8-B77F-BE2D3702B7B7", 20);
evaluationHitsCountPerId.set("_1FA12B9F-288C-42E8-B77F-BE2D3702B7B8", 30);
evaluationHitsCountPerId.set("_1FA12B9F-288C-42E8-B77F-BE2D3702B7B9", 40);
evaluationHitsCountPerId.set("_1FA12B9F-288C-42E8-B77F-BE2D3702B7B0", 50);
evaluationHitsCountPerId.set("_1FA12B9F-288C-42E8-B77F-BE2D3702B7B1", 60);
evaluationHitsCountPerId.set("_1FA12B9F-288C-42E8-B77F-BE2D3702B7B2", 70);
evaluationHitsCountPerId.set("_1FA12B9F-288C-42E8-B77F-BE2D3702B7B3", 80);
const { evaluationHitsCountPerId } = useBoxedExpressionEditor();

const renderRow = useCallback(
(row: ReactTable.Row<R>, rowIndex: number) => {
Expand Down

0 comments on commit b2bf4a9

Please sign in to comment.