Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 4, 2024
1 parent 080633f commit da97ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function App() {
}
if (view === View.CONNECT) {
WebApp.MainButton.disable();
WebApp.MainButton.hide();
}
if (view === View.CONNECTED) {
WebApp.MainButton.show();
Expand Down

0 comments on commit da97ab5

Please sign in to comment.