diff --git a/Threaded/Views/Settings/ShopView.swift b/Threaded/Views/Settings/ShopView.swift index 76c8899..9a8ea87 100644 --- a/Threaded/Views/Settings/ShopView.swift +++ b/Threaded/Views/Settings/ShopView.swift @@ -27,8 +27,14 @@ struct ShopView: View { .frame(width: 100, height: 100) .padding(.vertical) - features - .padding(.bottom) + if canPay { + features + .padding(.bottom) + } else { + Spacer() + + ComingSoonView() + } Spacer()