mirror of
https://github.com/urosran/cally.git
synced 2025-07-15 09:45:20 +00:00
- Implemented saving of location to the event
This commit is contained in:
@ -42,7 +42,7 @@ const AssigneesDisplay = ({selectedAttendees, setSelectedAttendees}: {
|
||||
</TouchableOpacity>
|
||||
))}
|
||||
|
||||
{selectedAttendees?.length === 0 && <Text>No attendees added</Text>}
|
||||
{selectedAttendees?.length === 0 && <Text style={{ fontSize: 14 }}>No attendees added</Text>}
|
||||
</View>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user