Skip to content

Commit

Permalink
fix: fix confict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada authored Sep 25, 2024
1 parent c8d71da commit 9c334ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@mantine/charts/src/BarChart/BarChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const varsResolver = createVarsResolver<BarChartFactory>(
})
);

function BarLabel({
export function BarLabel({
value,
valueFormatter,
textBreakAll,
Expand Down

0 comments on commit 9c334ed

Please sign in to comment.