Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 29, 2024
2 parents 1e3675b + 09de438 commit 0abd190
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/teerdays.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1057,10 +1057,6 @@ const txErrHandlerIntegritee = (err) => {

const showChooseWalletOverlay = ref(false);
const openChooseWalletOverlay = () => {
if (!isLive.value) {
console.error("network not live");
return;
}
isChoosingAccount.value = true;
isFetchingTeerBalance.value = true;
showChooseWalletOverlay.value = true;
Expand Down

0 comments on commit 0abd190

Please sign in to comment.