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 hasQuote {
// if quoteStatus != nil { // if quoteStatus != nil {
// //TODO: Fix profile picture and stats
// QuotePostView(status: quoteStatus!) // QuotePostView(status: quoteStatus!)
// } else { // } else {
// ProgressView() // ProgressView()

View File

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