forked from shadowfacts/Tusker
Hide subscription section from tip jar when there are no products
This commit is contained in:
parent
2ccf028bc2
commit
d6be6f14dc
|
@ -84,7 +84,9 @@ struct TipJarView: View {
|
||||||
private var productsView: some View {
|
private var productsView: some View {
|
||||||
if isLoaded {
|
if isLoaded {
|
||||||
VStack {
|
VStack {
|
||||||
supporterSubscriptions
|
if !supporterProducts.isEmpty {
|
||||||
|
supporterSubscriptions
|
||||||
|
}
|
||||||
|
|
||||||
tipPurchases
|
tipPurchases
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue