Skip to content

Commit

Permalink
fixup! feat: use locale for time conversion for wastewater, not iso t…
Browse files Browse the repository at this point in the history
…ime string
  • Loading branch information
JonasKellerer committed Jan 11, 2024
1 parent 85cef4e commit 16775d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { WasteWaterLocationTimeChart } from '../WasteWaterLocationTimeChart';
import { globalDateCache } from '../../../helpers/date-cache';
import { WasteWaterTimeseriesSummaryDataset } from '../types';
import { getTicks } from '../../../helpers/ticks';
import { formatDate } from '../WasteWaterTimeChart';
import { formatDate } from '../../../widgets/VariantTimeDistributionLineChartInner';

jest.mock('recharts', () => {
const OriginalModule = jest.requireActual('recharts');
Expand Down

0 comments on commit 16775d8

Please sign in to comment.