Mercurial > public > lazybear
diff LazyBear/Views/Home/Helpers/SectorRow.swift @ 346:80bfa88c6b0f
Implementing Prop API
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sun, 11 Apr 2021 19:55:47 +0200 |
parents | 2fabdc393675 |
children | 5ccceb527178 |
line wrap: on
line diff
--- a/LazyBear/Views/Home/Helpers/SectorRow.swift Thu Apr 08 20:15:28 2021 +0200 +++ b/LazyBear/Views/Home/Helpers/SectorRow.swift Sun Apr 11 19:55:47 2021 +0200 @@ -33,6 +33,6 @@ struct SectorRow_Previews: PreviewProvider { static var previews: some View { - SectorRow(sectorPerformance: [SectorPerformanceModel(name: "Technology", performance: 0.04, lastUpdated: 1617137138)]) + SectorRow(sectorPerformance: [SectorPerformanceModel(name: "Technology", performance: 0.04)]) } }