There's a counter bug here I'll fix later
This commit is contained in:
parent
8fe5f9e70e
commit
dff2e262c1
|
@ -257,6 +257,7 @@ struct CompactPostView: View {
|
|||
}
|
||||
|
||||
var stats: some View {
|
||||
//MARK: I acknowledge the existance of a count bug here
|
||||
if status.reblog == nil {
|
||||
HStack {
|
||||
if status.repliesCount > 0 {
|
||||
|
|
Loading…
Reference in New Issue