mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-18 23:17:02 +01:00
minor fix
This commit is contained in:
@@ -46,6 +46,7 @@ extension Modern.PokedexDemo {
|
||||
|
||||
VStack(alignment: .center, spacing: 20) {
|
||||
Text("This demo needs to make a network connection to download Pokedex entries")
|
||||
.multilineTextAlignment(.center)
|
||||
if self.service.isLoading {
|
||||
|
||||
Text("Fetching Pokedex…")
|
||||
|
||||
Reference in New Issue
Block a user