Skip to content

Commit bc0fff1

Browse files
Update components/wati/wati.app.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent 1ab602e commit bc0fff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/wati/wati.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default {
134134
}
135135
}
136136

137-
hasMore = !data.length;
137+
hasMore = data.length;
138138

139139
} while (hasMore);
140140
},

0 commit comments

Comments
 (0)