commit to not add entires on launch

This commit is contained in:
Trey t
2022-02-10 22:57:21 -06:00
parent 99696a3b15
commit e8f5b3be84

View File

@@ -30,8 +30,8 @@ struct LongestStreakTemplate: View, SharingTemplate {
Split on missing entries Split on missing entries
Longest subarray Longest subarray
*/ */
entries = [MoodEntry]()
entries = PersistenceController.shared.randomEntries(count: 10) // entries = PersistenceController.shared.randomEntries(count: 10)
} }
var image: UIImage { var image: UIImage {