Fix crash
This commit is contained in:
parent
b726b5bb80
commit
f36ce5ff96
|
@ -155,7 +155,7 @@ struct CompactPostView: View {
|
||||||
|
|
||||||
//MARK: Action buttons
|
//MARK: Action buttons
|
||||||
if !quoted && !imaging {
|
if !quoted && !imaging {
|
||||||
PostInteractor(status: reblogStatus ?? status, isLiked: $isLiked, isReposted: $isReposted, isBookmarked: $isBookmarked)
|
PostInteractor(status: status.reblogAsAsStatus ?? status, isLiked: $isLiked, isReposted: $isReposted, isBookmarked: $isBookmarked)
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: Status stats
|
// MARK: Status stats
|
||||||
|
|
Loading…
Reference in New Issue