Mercurial > public > lazybear
diff 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 |
line wrap: on
line diff
--- a/LazyBear/Views/Company/Helpers/KeyStatsHelper.swift Tue Jun 22 16:54:21 2021 +0200 +++ b/LazyBear/Views/Company/Helpers/KeyStatsHelper.swift Tue Jun 22 19:56:59 2021 +0200 @@ -54,7 +54,7 @@ .padding(.horizontal) } .sheet(isPresented: $showList) { - KeyStatsList(keyStats: keyStats) + KeyStatsList(keyStats: keyStats, isPresented: $showList) } } }