Match new type

This commit is contained in:
Lumaa 2024-01-26 23:08:53 +01:00
parent f6c899c4f8
commit 13d53add96
1 changed files with 1 additions and 1 deletions

View File

@ -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