Skip to content

Commit

Permalink
remove twmerge ref
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Jan 24, 2024
1 parent 0b10f35 commit fb7d784
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/app/components/charts/barChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useEffect, useRef, useState } from "react";
import styles from "./barChart.module.scss";
import { HeroColors } from "@/app/components/charts/heroColors";
import classNames from "classnames";
import {twMerge} from "tailwind-merge"

interface GraphData {
labels: string[];
Expand Down Expand Up @@ -58,7 +57,6 @@ const BarChart = (props: BarChartProps) => {
}
}
};
console.log(props.graph.labels)
const chartComponentRef = useRef<HighchartsReact.RefObject>(null);
const chartContainerStyle = classNames(styles.chartContainer, props.className) // meow
const [loading, setLoading] = useState(true)
Expand Down

0 comments on commit fb7d784

Please sign in to comment.