Update Index.cshtml

pull/5216/head
EngincanV 5 years ago
parent bebcd1313d
commit 2b646ff9d6

@ -60,5 +60,8 @@
</abp-card>
<hr>
@await Component.InvokeAsync(typeof(RatingViewComponent), new { entityType = "quote", entityId = "2" })
@if (GlobalFeatureManager.Instance.IsEnabled<RatingsFeature>())
{
@await Component.InvokeAsync(typeof(RatingViewComponent), new { entityType = "quote", entityId = "2" })
}
<hr>

Loading…
Cancel
Save