diff --git a/src/lib/listing/scroll-button/scroll-button.component.html b/src/lib/listing/scroll-button/scroll-button.component.html
index 23c059e..99c4c42 100644
--- a/src/lib/listing/scroll-button/scroll-button.component.html
+++ b/src/lib/listing/scroll-button/scroll-button.component.html
@@ -2,7 +2,7 @@
(click)="scroll(buttonType.top)"
[hidden]="(showScrollUp$ | async) === false"
class="scroll-button top pointer"
- iqserHelpMode="scroll_{{ helpModeKey }}_list"
+ iqserHelpMode="{{ helpModeKey }}_list"
id="scroll-up"
>
@@ -12,7 +12,7 @@
(click)="scroll(buttonType.bottom)"
[hidden]="(showScrollDown$ | async) === false"
class="scroll-button bottom pointer"
- iqserHelpMode="scroll_{{ helpModeKey }}_list"
+ iqserHelpMode="{{ helpModeKey }}_list"
id="scroll-down"
>