Browse Source

events small fix

Viktoriia 3 days ago
parent
commit
14555ea986
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/screens/InAppScreens/TravelsScreen/EventsScreen/index.tsx

+ 1 - 1
src/screens/InAppScreens/TravelsScreen/EventsScreen/index.tsx

@@ -164,7 +164,7 @@ const EventsScreen = () => {
           </View>
           </View>
         )} */}
         )} */}
 
 
-            {item.joined ? (
+            {item.joined && token ? (
               <View style={styles.joinedOverlay}>
               <View style={styles.joinedOverlay}>
                 <Text style={{ color: Colors.WHITE, fontSize: 12, fontFamily: 'redhat-700' }}>
                 <Text style={{ color: Colors.WHITE, fontSize: 12, fontFamily: 'redhat-700' }}>
                   Joined
                   Joined