TP-49337 | removed unused condition (#9335)

This commit is contained in:
Ashutosh Y
2024-01-12 13:19:24 +05:30
committed by GitHub
parent ce9097caba
commit 6dfc70fcbd

View File

@@ -1673,7 +1673,6 @@ class NewDashboardActivity :
LandingPageInfoFragment().apply { arguments = bundle }
DashboardTypes.Investment.name,
FundListingFragmentV2.TAG -> getInvestmentTabFragment(bundle)
FundListingFragmentV2.TAG -> InvestmentsFragment.newInstance(bundle)
else -> DashboardFragment.getInstance(bundle)
}
}