minor fix

This commit is contained in:
John Estropia
2020-08-29 20:06:00 +09:00
parent 1c735a9228
commit 9d36582c10

View File

@@ -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…")