Skip to content

Commit 9918f76

Browse files
committed
fix(modal): Fix a typo.
1 parent 4110617 commit 9918f76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/touchedPlanModel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ export class TouchedPlanModel extends Modal {
6969
iconSvgSyncPending.addClass('file-item-action-icon')
7070
li.appendChild(iconSvgSyncPending)
7171
} else {
72-
Trash
7372
const iconSvgTrash = createElement(Trash);
7473
iconSvgTrash.addClass('file-item-action-icon')
7574
li.appendChild(iconSvgTrash)

0 commit comments

Comments
 (0)