mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 11:51:49 +02:00
cleanup
This commit is contained in:
@@ -106,7 +106,7 @@ public struct ObjectReader<Object: DynamicObject, Content: View, Placeholder: Vi
|
||||
keyPath: KeyPath<ObjectSnapshot<Object>, Value>,
|
||||
@ViewBuilder content: @escaping (Value) -> Content,
|
||||
@ViewBuilder placeholder: @escaping () -> Placeholder
|
||||
) where Placeholder == EmptyView {
|
||||
) {
|
||||
|
||||
self._object = .init(objectPublisher)
|
||||
self.content = {
|
||||
|
||||
Reference in New Issue
Block a user