diff --git a/Portfolio.WebUI.Server/Components/Pages/PokemonView.razor b/Portfolio.WebUI.Server/Components/Pages/PokemonView.razor index 7ac6c10..00484da 100644 --- a/Portfolio.WebUI.Server/Components/Pages/PokemonView.razor +++ b/Portfolio.WebUI.Server/Components/Pages/PokemonView.razor @@ -10,7 +10,7 @@ @if (_pokemon == null) { - + } else { @@ -28,7 +28,7 @@ else @if (_variationPokemonId != null) { @if (_variationPokemonId != null && _pokemonVariant == null){ -

Loading...

+ } else {