Commit f93cf103 authored by Mark Harding's avatar Mark Harding

(fix): redirect usd wallet to transactions

parent 5436fa75
No related merge requests found
Pipeline #81812158 running with stages
......@@ -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