moved TODO accordingly

This commit is contained in:
Lumaa 2024-01-04 18:12:53 +01:00
parent 202cc7ce54
commit d8e4dc0895
2 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,6 @@ struct CompactPostView: View {
// if hasQuote {
// if quoteStatus != nil {
// //TODO: Fix profile picture and stats
// QuotePostView(status: quoteStatus!)
// } else {
// ProgressView()

View File

@ -7,6 +7,8 @@ struct QuotePostView: View {
var status: Status
var body: some View {
//TODO: Fix profile picture and stats
statusPost(status)
.frame(width: 250)
.padding(.horizontal, 10)