Putting in Loading Bars where necessary.
This commit is contained in:
parent
b8f3b45d1c
commit
f12217839b
|
@ -10,7 +10,7 @@
|
|||
|
||||
@if (_pokemon == null)
|
||||
{
|
||||
<Loading />
|
||||
<Loading />
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -28,7 +28,7 @@ else
|
|||
@if (_variationPokemonId != null)
|
||||
{
|
||||
@if (_variationPokemonId != null && _pokemonVariant == null){
|
||||
<p><em>Loading...</em></p>
|
||||
<Loading />
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue