mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 01:56:16 +00:00
fixed profile initials
This commit is contained in:
@ -113,8 +113,8 @@ const HeaderTemplate = (props: {
|
||||
) : (
|
||||
<View style={styles.pfp} center>
|
||||
<Text style={styles.pfpTxt}>
|
||||
{user?.email?.at(0)}
|
||||
{user?.email?.at(1)}
|
||||
{profileData?.firstName?.at(0)}
|
||||
{profileData?.lastName?.at(0)}
|
||||
</Text>
|
||||
</View>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user