From 5ddc818fe4825bbda0f70a208ae67a7751d4b6f4 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Tue, 15 Sep 2020 01:28:50 +0500 Subject: [PATCH] PROD-2112 --- cms/templates/js/group-configuration-details.underscore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/templates/js/group-configuration-details.underscore b/cms/templates/js/group-configuration-details.underscore index 8310a2a657..f3fd779718 100644 --- a/cms/templates/js/group-configuration-details.underscore +++ b/cms/templates/js/group-configuration-details.underscore @@ -31,9 +31,9 @@ <% if(showGroups) { %> <% allocation = Math.floor(100 / groups.length) %> -
    +
      <% groups.each(function(group, groupIndex) { %> -
    1. +
    2. <%- group.get('name') %> <%- allocation %>%