Mercurial > public > lazybear
comparison LazyBear/Views/Search/CompanyList.swift @ 430:c78d5b5b3bda
Minor updates
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sat, 19 Jun 2021 16:21:26 +0200 |
parents | 5f21f7c23c5e |
children | 7f2a24a774eb |
comparison
equal
deleted
inserted
replaced
429:e4ca9898b79b | 430:c78d5b5b3bda |
---|---|
17 } | 17 } |
18 } | 18 } |
19 } | 19 } |
20 } | 20 } |
21 | 21 |
22 struct CompanyList_Previews: PreviewProvider { | 22 struct CompanyList_Previews: PreviewProvider { |
23 @Environment(\.presentationMode) static var presentationMode | |
24 | |
25 static var previews: some View { | 23 static var previews: some View { |
26 CompanyList(searchResult: | 24 CompanyList(searchResult: |
27 [ | 25 [ |
28 SearchResponse( | 26 SearchResponse( |
29 currency: "USD", | 27 currency: "USD", |