Skip to content

Commit b37cee6

Browse files
authored
fix 634a646
1 parent 634a646 commit b37cee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webiojs/src/handlers/pin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class PinHandler implements CommandHandler {
7575
}
7676
}
7777

78-
if (file_blobs) {
78+
if (file_blobs.length) {
7979
let toast = Toastify({
8080
text: `⏳${t("file_uploading")} 0%`,
8181
duration: -1,

0 commit comments

Comments
 (0)