Match new type
This commit is contained in:
parent
f6c899c4f8
commit
13d53add96
|
@ -58,7 +58,7 @@ struct PostDetailsView: View {
|
|||
}
|
||||
|
||||
@ViewBuilder
|
||||
func statusPost(_ status: AnyStatus) -> some View {
|
||||
func statusPost(_ status: Status) -> some View {
|
||||
VStack(alignment: .leading) {
|
||||
HStack {
|
||||
profilePicture
|
||||
|
|
Loading…
Reference in New Issue