fix(mac): restore skills install ForEach
This commit is contained in:
@@ -327,7 +327,7 @@ private struct SkillRow: View {
|
|||||||
private var trailingActions: some View {
|
private var trailingActions: some View {
|
||||||
VStack(alignment: .trailing, spacing: 8) {
|
VStack(alignment: .trailing, spacing: 8) {
|
||||||
if !self.installOptions.isEmpty {
|
if !self.installOptions.isEmpty {
|
||||||
ForEach(self.installOptions) { option in
|
ForEach(self.installOptions, id: \.id) { option in
|
||||||
HStack(spacing: 6) {
|
HStack(spacing: 6) {
|
||||||
if self.showGatewayInstall {
|
if self.showGatewayInstall {
|
||||||
Button("Install on Gateway") { self.onInstall(option, .gateway) }
|
Button("Install on Gateway") { self.onInstall(option, .gateway) }
|
||||||
|
|||||||
Reference in New Issue
Block a user