Skip to content

Commit

Permalink
Merge branches 'fix/incorrect-timestamp-incoming-txs' and 'develop-io…
Browse files Browse the repository at this point in the history
…ta2.0' of github.com:iotaledger/firefly into fix/incorrect-timestamp-incoming-txs
  • Loading branch information
cpl121 committed Mar 25, 2024
2 parents 278543c + d5ed5c7 commit e07821c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import { localize } from '@core/i18n'
import { selectedWallet } from '@core/wallet'
import { showAppNotification } from '@auxiliary/notification'
import { addToVisitedTabs } from '@contexts/dashboard/stores'
export let outputId: string | undefined
const IMPLICIT_ACCOUNT_STEPS = Object.keys(ImplicitAccountCreationRoute).slice(1)
Expand All @@ -21,6 +22,7 @@
timeout: 10000,
alert: true,
})
addToVisitedTabs(DashboardRoute.AccountManagement)
$dashboardRouter.goTo(DashboardRoute.AccountManagement)
}
Expand Down

0 comments on commit e07821c

Please sign in to comment.