Merge pull request #250 from kolplattformen/fix/antal-kalenderhandelser

fix: 🐛 siffran vid kalenderikonen visade fel antal
This commit is contained in:
Kajetan Kazimierczak 2021-04-03 00:15:46 +02:00 committed by GitHub
commit 88a270ff46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ export const ChildListItem = ({ child, color }: ChildListItemProps) => {
}
accessoryLeft={CalendarOutlineIcon}
>
{`${(notifications || []).length}`}
{`${(calendar || []).length}`}
</Button>
<Button
style={[styles.item, styles[classmatesStatus]]}