mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-08 14:51:28 +01:00
moved TODO accordingly
This commit is contained in:
parent
202cc7ce54
commit
d8e4dc0895
@ -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()
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user