diff --git a/src/lib/spy/spy-display.component.html b/src/lib/spy/spy-display.component.html
index a634b154d2c375a04868b50de5e3fc67cc9bde37..14792cd1fff41ee201c270977b4be9b103df3f42 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>