Mercurial > public > lazybear
comparison LazyBear/Views/Company/Helpers/KeyStatsHelper.swift @ 445:7d1c4dc8d1d8
Change presentationMode to Binding
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 22 Jun 2021 19:56:59 +0200 |
parents | 6eae10397501 |
children | 8621ba6fd457 |
comparison
equal
deleted
inserted
replaced
444:428109b1e3f0 | 445:7d1c4dc8d1d8 |
---|---|
52 } | 52 } |
53 .frame(height: 70) | 53 .frame(height: 70) |
54 .padding(.horizontal) | 54 .padding(.horizontal) |
55 } | 55 } |
56 .sheet(isPresented: $showList) { | 56 .sheet(isPresented: $showList) { |
57 KeyStatsList(keyStats: keyStats) | 57 KeyStatsList(keyStats: keyStats, isPresented: $showList) |
58 } | 58 } |
59 } | 59 } |
60 } | 60 } |
61 | 61 |
62 /* | 62 /* |