We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e454e6 commit eca76e3Copy full SHA for eca76e3
src/template-engine/for-report/records-template.tsx
@@ -135,7 +135,7 @@ export default class ReportTemplate<
135
136
setAutoRefreshTimer = () => {
137
if (!this.props.needAutoRefresh) return;
138
- if (this.refreshTime == 0) {
+ if (this.refreshTime === 0) {
139
this.clearAutoRefreshTimer();
140
} else {
141
0 commit comments