Showing
2 changed files
with
0 additions
and
1 deletions
No preview for this file type
... | @@ -92,7 +92,6 @@ extension AllGiftsView { | ... | @@ -92,7 +92,6 @@ extension AllGiftsView { |
92 | ImageView(withURL: item["img_preview"] as? String ?? "", width: self.uiscreen.width * 0.5, isFill: true) | 92 | ImageView(withURL: item["img_preview"] as? String ?? "", width: self.uiscreen.width * 0.5, isFill: true) |
93 | 93 | ||
94 | VStack(alignment: .leading, spacing: 5.0) { | 94 | VStack(alignment: .leading, spacing: 5.0) { |
95 | - // TODO: Change to name | ||
96 | Text(item["name"] as? String ?? "") | 95 | Text(item["name"] as? String ?? "") |
97 | .fontWeight(.bold) | 96 | .fontWeight(.bold) |
98 | .font(.system(size: 16)) | 97 | .font(.system(size: 16)) | ... | ... |
-
Please register or login to post a comment