Skip to content

Commit eca76e3

Browse files
committed
Fix
1 parent 5e454e6 commit eca76e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template-engine/for-report/records-template.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default class ReportTemplate<
135135

136136
setAutoRefreshTimer = () => {
137137
if (!this.props.needAutoRefresh) return;
138-
if (this.refreshTime == 0) {
138+
if (this.refreshTime === 0) {
139139
this.clearAutoRefreshTimer();
140140
} else {
141141
this.clearAutoRefreshTimer();

0 commit comments

Comments
 (0)