diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/Pages/Index.cshtml b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/Pages/Index.cshtml
index 6d65685a77..79b04b905e 100644
--- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/Pages/Index.cshtml
+++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/Pages/Index.cshtml
@@ -10,4 +10,34 @@
Reactions
-@await Component.InvokeAsync(typeof(ReactionSelectionViewComponent))
+
+
+
+
+ Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
+
+
+
+
+
+ @await Component.InvokeAsync(typeof(ReactionSelectionViewComponent), new { entityType = "quote" })
+
+
+
+
+
+
+
+ Writing code is very simple, but writing simple code is the hardest thing there is!
+
+
+
+
+
+ @await Component.InvokeAsync(typeof(ReactionSelectionViewComponent), new { entityType = "quote" })
+
+
diff --git a/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/ReactionSelection/Default.cshtml b/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/ReactionSelection/Default.cshtml
index 77be9107e4..2d16728122 100644
--- a/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/ReactionSelection/Default.cshtml
+++ b/modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/ReactionSelection/Default.cshtml
@@ -1,5 +1,4 @@
@model Volo.CmsKit.Web.Pages.CmsKit.Shared.Components.ReactionSelection.ReactionSelectionViewModel
-EntityType: @Model.EntityType
@foreach (var reaction in Model.Reactions)
{