diff --git a/src/navigator/DrawerNavigator.tsx b/src/navigator/DrawerNavigator.tsx index 5579e312ee4..947ce153769 100644 --- a/src/navigator/DrawerNavigator.tsx +++ b/src/navigator/DrawerNavigator.tsx @@ -225,13 +225,34 @@ export default function DrawerNavigator() { component={WalletHome} options={{ title: t('home'), drawerIcon: Home, unmountOnBlur: false }} /> - {shouldShowSwapMenuInDrawerMenu && ( + {shouldShowSwapMenuInDrawerMenu ? ( null} options={{ title: t('swap'), drawerIcon: Swap }} /> + ) : ( + <> + {(isCeloEducationComplete && ( + + )) || ( + + )} + )} + {dappsListUrl && ( )} - {(isCeloEducationComplete && ( - - )) || ( - + {shouldShowSwapMenuInDrawerMenu && ( + <> + {(isCeloEducationComplete && ( + + )) || ( + + )} + )} +