We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99a071 commit 3d58c5cCopy full SHA for 3d58c5c
1 file changed
src/pages/settings/Wallet/WalletPage/WalletPage.tsx
@@ -724,6 +724,7 @@ function WalletPage({shouldListenForResize = false}: WalletPageProps) {
724
icon={Expensicons.MoneySearch}
725
title={translate('workspace.common.viewTransactions')}
726
onPress={() => {
727
+ hideCardMenu();
728
Navigation.navigate(
729
ROUTES.SEARCH_ROOT.getRoute({
730
query: buildCannedSearchQuery({
0 commit comments