Skip to content

Commit

Permalink
hide prediction curve when grant is not part of CLR
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Nov 27, 2020
1 parent c7767fc commit ad530e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grants/templates/grants/components/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h2 class="font-title font-weight-bold amount pt-1 mb-2">
</div>
</div>

<div class="col-12 pb-3" v-if="grant.is_clr_eligible && grant.is_clr_active">
<div class="col-12 pb-3" v-if="grant.is_clr_eligible && grant.is_clr_active && grant.clr_round_num">
<template v-if="grant.tenants.indexOf('ETH') > -1">
{% include 'grants/components/clr_estimate.html' with token='DAI' %}
</template>
Expand Down

0 comments on commit ad530e8

Please sign in to comment.