|
|
@@ -2156,7 +2156,15 @@ const MapScreen: any = ({ navigation, route }: { navigation: any; route: any })
|
|
|
}
|
|
|
}}
|
|
|
icon={TravelsIcon}
|
|
|
- text="Travels"
|
|
|
+ text={
|
|
|
+ tilesType.value === 0 || tilesType.value === 1
|
|
|
+ ? token
|
|
|
+ ? `${tilesType.value === 0 ? 'NM' : 'UN'} ${regionsFilter.visitedLabel} ${regionsFilter.year}`
|
|
|
+ : `${tilesType.value === 0 ? 'NM' : 'UN'}`
|
|
|
+ : tilesType.value === 2
|
|
|
+ ? 'DARE'
|
|
|
+ : 'Travels'
|
|
|
+ }
|
|
|
active={type !== 'blank'}
|
|
|
/>
|
|
|
<MapButton
|