set needs updating false after updating

This commit is contained in:
Trey t
2024-12-23 11:37:32 -06:00
parent 85ef3d58c6
commit fb22f47a82

View File

@@ -135,9 +135,8 @@ struct AllWorkoutsView: View {
})
self.isUpdating = false
self.uniqueWorkoutUsers = dataStore.workoutsUniqueUsers
self.needsUpdating = false
}
self.isUpdating = false
})
}
} else {