Skip to content

Commit 0901b1c

Browse files
committed
recorder: merge if-else
1 parent 36867bf commit 0901b1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/recorder/interface.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,7 @@ <h2>GPS Tracks</h2>`;
758758
});
759759

760760
html += `</div>`;
761-
}
762-
if (trackList.length==0) {
761+
} else {
763762
html += `
764763
<div class="column col-12">
765764
<div class="card">

0 commit comments

Comments
 (0)