diff --git a/apps/web/src/app/features/inventory/inventory-detail-panel.component.html b/apps/web/src/app/features/inventory/inventory-detail-panel.component.html
index e981664..0f040f1 100644
--- a/apps/web/src/app/features/inventory/inventory-detail-panel.component.html
+++ b/apps/web/src/app/features/inventory/inventory-detail-panel.component.html
@@ -6,7 +6,7 @@
{{ item.item.name }}
{{ rarityLabel() }}
@if (slotLabel(); as slot) {
- {{ slot }} · Stufe {{ item.item.requiredLevel }}
+ {{ slot }}
}
@@ -38,10 +38,6 @@
Ausgerüstet
} @else if (!isEquippable()) {
Nicht ausrüstbar
- } @else if (!meetsLevelRequirement()) {
-
} @else {