Workaround for beta 5+.

This commit is contained in:
John Holdsworth
2019-08-29 11:49:04 +02:00
parent 0dcb82716d
commit 06ef2bc9b4
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ struct VideoRow : View {
@EnvironmentObject var userData: UserData
var video: Video
var isFavorite = false
var body: some View {
HStack {