mirror of
https://github.com/urosran/cally.git
synced 2025-07-15 01:35:22 +00:00
Deletion fix
This commit is contained in:
@ -107,9 +107,6 @@ const HeaderTemplate = (props: {
|
||||
{isFamilyView && props.isCalendar && children.length > 0 && (
|
||||
<View style={styles.childrenPfpArr} row>
|
||||
{children.slice(0, 3).map((child, index) => {
|
||||
{
|
||||
console.log("yeaaaah");
|
||||
}
|
||||
const bgColor: string = child.eventColor || colorMap.pink;
|
||||
return child.pfp ? (
|
||||
<Image
|
||||
@ -162,9 +159,6 @@ const HeaderTemplate = (props: {
|
||||
{isFamilyView && props.isCalendar && children.length > 0 && (
|
||||
<View style={styles.childrenPfpArr} row>
|
||||
{children.slice(0, 3).map((child, index) => {
|
||||
{
|
||||
console.log("yeaaaah");
|
||||
}
|
||||
const bgColor: string = child.eventColor || colorMap.pink;
|
||||
return child.pfp ? (
|
||||
<Image
|
||||
|
Reference in New Issue
Block a user