comparison LazyBear/Views/Home/HomeView.swift @ 437:5ca468751db2

Change init to initial
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sun, 20 Jun 2021 12:58:52 +0200
parents 4effac4733b0
children 417148200aaf
comparison
equal deleted inserted replaced
436:a0d2477e5ff7 437:5ca468751db2
63 } 63 }
64 } 64 }
65 } else { 65 } else {
66 ProgressView() 66 ProgressView()
67 .onAppear { 67 .onAppear {
68 home.request("https://api.lazybear.app/home/type=init", .initial) 68 home.request("https://api.lazybear.app/home/type=initial", .initial)
69 } 69 }
70 70
71 } 71 }
72 } 72 }
73 } 73 }