Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
ReutSher1 committed Nov 8, 2024
1 parent d393b64 commit c456f45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ interface IProps {

const CountInjuredByYearBarWidget: FC<IProps> = ({ data, editorBarOptions }) => {
const { text } = data;
debugger
const multiBarSeries = createBarWidget(data, editorBarOptions);
return <MultiBarChart isStacked={true} isPercentage={false} data={multiBarSeries}
textLabel={text.title}
Expand Down

0 comments on commit c456f45

Please sign in to comment.