Skip to content

Commit c456f45

Browse files
committed
remove debugger
1 parent d393b64 commit c456f45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/molecules/widgets/CountInjuredByYearBarWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ interface IProps {
1111

1212
const CountInjuredByYearBarWidget: FC<IProps> = ({ data, editorBarOptions }) => {
1313
const { text } = data;
14-
debugger
1514
const multiBarSeries = createBarWidget(data, editorBarOptions);
1615
return <MultiBarChart isStacked={true} isPercentage={false} data={multiBarSeries}
1716
textLabel={text.title}

0 commit comments

Comments
 (0)