diff --git a/StockMan.CORE/Components/Location.razor b/StockMan.CORE/Components/Location.razor
index 5e474a2..1feb0e8 100644
--- a/StockMan.CORE/Components/Location.razor
+++ b/StockMan.CORE/Components/Location.razor
@@ -1,9 +1,13 @@
-@if (listItemByLoc != null)
+@if (isLoading)
+{
+
| - | - Descrizione - | -- Articoli - | -- Giacenza (qta tot) - | -- Mov. aperti - | -- Valore Articoli - | -- | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - - | -- @item.LocationNav.Descr - | -- @item.NumArt - | -- @item.TotCurr - | -- @item.TotPend - | -- @($"{item.TotVal:C2}") - | -- - | +
| + | + Descrizione + | ++ Articoli + | ++ Giacenza (qta tot) + | ++ Mov. aperti + | ++ Valore Articoli + | +|
|---|---|---|---|---|---|---|
| - | - | - | - | - | Tot: @($"{totStockValue:C2}") | -- |