diff --git a/app/assets/v2/js/grants/_detail-component.js b/app/assets/v2/js/grants/_detail-component.js index d84a776c85c..ed7fb166884 100644 --- a/app/assets/v2/js/grants/_detail-component.js +++ b/app/assets/v2/js/grants/_detail-component.js @@ -68,6 +68,7 @@ Vue.mixin({ 'team_members[]': JSON.stringify(vm.teamFormatted), 'handle1': vm.grant.twitter_handle_1, 'handle2': vm.grant.twitter_handle_2, + 'is_clr_eligible': vm.grant.is_clr_eligible, 'eth_payout_address': vm.grant.admin_address, 'zcash_payout_address': vm.grant.zcash_payout_address, 'celo_payout_address': vm.grant.celo_payout_address, diff --git a/app/grants/templates/grants/detail/template-grant-details.html b/app/grants/templates/grants/detail/template-grant-details.html index 67fedee871d..a7e02af8969 100644 --- a/app/grants/templates/grants/detail/template-grant-details.html +++ b/app/grants/templates/grants/detail/template-grant-details.html @@ -493,6 +493,16 @@