Commit f93cf103 authored by Mark Harding's avatar Mark Harding

(fix): redirect usd wallet to transactions

No related merge requests found
Pipeline #81812158 waiting for delayed job with stages
in 95 minutes and 8 seconds
......@@ -87,7 +87,7 @@ const walletRoutes: Routes = [
path: 'usd',
component: WalletUSDComponent,
children: [
{ path: '', redirectTo: 'earnings', pathMatch: 'full' },
{ path: '', redirectTo: 'transactions', pathMatch: 'full' },
{ path: 'transactions', component: WalletUSDTransactionsComponent },
{ path: 'earnings', component: WalletUSDEarningsComponent },
{ path: 'payouts', component: WalletUSDPayoutsComponent },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment