mirror of
https://github.com/yattee/yattee.git
synced 2025-10-13 02:48:27 +00:00
Fix sign in required view text layout
This commit is contained in:
@@ -79,3 +79,10 @@ struct SubscriptionsView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
struct SubscriptonsView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
SubscriptionsView()
|
||||
.injectFixtureEnvironmentObjects()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user