From d0ff341b0c00186b22613b2f54f9c31f2e0f8e8b Mon Sep 17 00:00:00 2001
From: Perreal Guillaume <guillaume.perreal@irstea.fr>
Date: Mon, 14 Oct 2019 11:54:14 +0200
Subject: [PATCH] Correction d'un "app-" en "dbg-".

---
 src/lib/spy/spy-display.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/spy/spy-display.component.html b/src/lib/spy/spy-display.component.html
index a634b15..14792cd 100644
--- a/src/lib/spy/spy-display.component.html
+++ b/src/lib/spy/spy-display.component.html
@@ -32,7 +32,7 @@
     </td>
     <td class="tag">{{ notif.tag }}</td>
     <td class="value" *ngIf="notif.type === 'next'">
-      <app-dump-value [value]="notif.payload"></app-dump-value>
+      <dbg-dump-value [value]="notif.payload"></dbg-dump-value>
     </td>
     <td class="error" *ngIf="notif.type === 'error'">{{ notif.payload }}</td>
   </tr>
-- 
GitLab