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 {
|
var stats: some View {
|
||||||
|
//MARK: I acknowledge the existance of a count bug here
|
||||||
if status.reblog == nil {
|
if status.reblog == nil {
|
||||||
HStack {
|
HStack {
|
||||||
if status.repliesCount > 0 {
|
if status.repliesCount > 0 {
|
||||||
|
|
Loading…
Reference in New Issue