Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit 885e47f

Browse files
committed
Remove extra comma in buttonCallbacks.ts
1 parent 9856726 commit 885e47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/project/sidebar/entriesTreeView/buttonCallbacks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function onTrashEntryClick() {
9898
function checkNextEntry() {
9999
selectedEntries.splice(0, 1);
100100
if (selectedEntries.length === 0) {
101-
const confirmLabel = SupClient.i18n.t("project:treeView.trash.prompt"), ;
101+
const confirmLabel = SupClient.i18n.t("project:treeView.trash.prompt");
102102

103103
const options = {
104104
header: SupClient.i18n.t("project:treeView.trash.title"),

0 commit comments

Comments
 (0)