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