Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rise1507 committed Apr 10, 2024
1 parent 792830d commit 69d575a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ const tonConnectUnsubscribe = tonConnectUI.onStatusChange(info => {
// START SCREEN

$('#createMultisigButton').addEventListener('click', () => {
newMultisigClear();
newMultisigMode = 'create';
newMultisigClear();
showScreen('newMultisigScreen1');
});

Expand Down

0 comments on commit 69d575a

Please sign in to comment.