Skip to content

Commit 3730fdd

Browse files
committed
fix: Selected script indicator for primary erc5169 script
1 parent 8318572 commit 3730fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/tokenscript-viewer/src/components/viewers/new/add/script-select-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class ScriptSelectDialog {
2424

2525
let scriptData = this.scripts;
2626
let buttons = [];
27-
let currentSelection;
27+
let currentSelection = "";
2828

2929
const query = new URLSearchParams(document.location.search.substring(1));
3030
if (query.has("scriptId")) {

0 commit comments

Comments
 (0)