Skip to content

Commit d938872

Browse files
committed
DM-8302 response to review comments
1 parent 40072f4 commit d938872

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/firefly/js/charts/ui/Histogram.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export class Histogram extends React.Component {
7777
let doUpdate = false;
7878
if (height !== nextProps.height || width !== nextProps.width ) {
7979
chart.setSize(nextProps.width, nextProps.height, false);
80-
return false;
8180
}
8281

8382
if (desc !== nextProps.desc) {
@@ -99,8 +98,8 @@ export class Histogram extends React.Component {
9998
this.error = error;
10099
chart.showLoading(error);
101100
}
102-
return false;
103101
}
102+
return false;
104103
}
105104

106105
/*

0 commit comments

Comments
 (0)