mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-05 21:41:13 +01:00
moved TODO accordingly
This commit is contained in:
parent
202cc7ce54
commit
d8e4dc0895
@ -136,7 +136,6 @@ struct CompactPostView: View {
|
||||
|
||||
// if hasQuote {
|
||||
// if quoteStatus != nil {
|
||||
// //TODO: Fix profile picture and stats
|
||||
// QuotePostView(status: quoteStatus!)
|
||||
// } else {
|
||||
// ProgressView()
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user