comparison LazyBear/Views/Home/HomeView.swift @ 449:4255f94d0767

Minor updates
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Wed, 23 Jun 2021 13:03:00 +0200
parents ffbb1dbab531
children 37c13ebda381
comparison
equal deleted inserted replaced
448:f71761f166f2 449:4255f94d0767
66 } 66 }
67 } else { 67 } else {
68 ProgressView() 68 ProgressView()
69 .onAppear { 69 .onAppear {
70 home.request("https://api.lazybear.app/home/type=initial", .initial) 70 home.request("https://api.lazybear.app/home/type=initial", .initial)
71
71 } 72 }
72 73
73 } 74 }
74 } 75 }
75 } 76 }