fixed issue when adding multiple missing entries

This commit is contained in:
Trey t
2022-02-17 17:50:17 -06:00
parent 2130b621d1
commit 7b828cc93c
3 changed files with 7 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ enum EntryType: Int {
case notification
case header
case listView
case filledInMissing
}
extension MoodEntry {