diff --git a/apps/frontend/src/components/bookkeeper/SatsFlow/SatsFlowGraph/SatsFlowGraph.tsx b/apps/frontend/src/components/bookkeeper/SatsFlow/SatsFlowGraph/SatsFlowGraph.tsx index 0d21129d..26aaccb4 100644 --- a/apps/frontend/src/components/bookkeeper/SatsFlow/SatsFlowGraph/SatsFlowGraph.tsx +++ b/apps/frontend/src/components/bookkeeper/SatsFlow/SatsFlowGraph/SatsFlowGraph.tsx @@ -159,7 +159,7 @@ function SatsFlowGraph({ satsFlowData, width }: { satsFlowData: SatsFlow, width: //set up y axis const yAxisTickFormat = d => `${d3.format(",")(d)}`; - const yAxisGroup = svg.append("g") + svg.append("g") .attr("class", "y-axis") .call(d3.axisLeft(yScale) .tickSizeInner(0) diff --git a/apps/frontend/src/components/bookkeeper/Volume/VolumeGraph/VolumeGraph.test.tsx b/apps/frontend/src/components/bookkeeper/Volume/VolumeGraph/VolumeGraph.test.tsx index 1e0ad8c0..91b5b456 100644 --- a/apps/frontend/src/components/bookkeeper/Volume/VolumeGraph/VolumeGraph.test.tsx +++ b/apps/frontend/src/components/bookkeeper/Volume/VolumeGraph/VolumeGraph.test.tsx @@ -1,4 +1,3 @@ -import * as d3 from 'd3'; import { getMockStoreData, mockVolumeData,