Skip to content

Commit

Permalink
improve if check
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Nov 17, 2021
1 parent 3eb08fd commit 86279f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ <h3>About</h3>


<!-- L2 contributions -->
<template v-if="grant.is_on_team && grant.tenants.includes('ETH')">
<template v-if="grant.active && grant.is_on_team && grant.tenants.includes('ETH')">
<b-card-text>
<p class="font-weight-semibold mb-2">
<i class="fal fa-wallet mr-1"></i>
Expand Down

0 comments on commit 86279f1

Please sign in to comment.