From f2b96af244b96a100cc83608c1e082c208a864ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 9 Mar 2024 09:31:37 +0100 Subject: [PATCH] Update layer-detail.component.html --- .../modules/layers/layer-detail/layer-detail.component.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/Frontend/src/app/modules/layers/layer-detail/layer-detail.component.html b/Frontend/src/app/modules/layers/layer-detail/layer-detail.component.html index 333a294..76104bf 100644 --- a/Frontend/src/app/modules/layers/layer-detail/layer-detail.component.html +++ b/Frontend/src/app/modules/layers/layer-detail/layer-detail.component.html @@ -1,6 +1,3 @@ -@if (document?.records) { -
{{shortRecords | json}}
-}