Put in proper Loading bar.
This commit is contained in:
parent
99ac4581ae
commit
b8f3b45d1c
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
@if (_pokemon == null)
|
@if (_pokemon == null)
|
||||||
{
|
{
|
||||||
<p><em>Loading...</em></p>
|
<Loading />
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue