Putting in Loading Bars where necessary.

This commit is contained in:
Kira Jiroux 2025-04-05 00:40:49 -04:00
parent b8f3b45d1c
commit f12217839b
1 changed files with 2 additions and 2 deletions

View File

@ -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
{