@@ -389,7 +389,7 @@ <h3>About</h3>
389
389
This grant has not verified their ownership of the twitter account listed.
390
390
</ b-card-text >
391
391
392
- < div v-if = "grant.is_on_team" class = "text-center" >
392
+ < div v-if = "( grant.is_on_team || isStaff) " class = "text-center" >
393
393
394
394
< template v-if = "user_code" >
395
395
< b-button v-b-modal . modal-start-twitter-verification variant = "primary" class = "btn btn-block btn-primary" >
@@ -409,7 +409,7 @@ <h3>About</h3>
409
409
</ template >
410
410
411
411
<!-- Idle Grant -->
412
- < template v-if = "grant.active && grant.is_on_team && grant.is_idle" >
412
+ < template v-if = "grant.active && ( grant.is_on_team || isStaff) && grant.is_idle" >
413
413
< b-card-text >
414
414
< p class = "font-weight-semibold mb-2" >
415
415
< i class = "fal fa-exclamation-circle mr-1 text-danger" > </ i >
@@ -425,7 +425,7 @@ <h3>About</h3>
425
425
426
426
427
427
<!-- L2 contributions -->
428
- < template v-if = "grant.active && grant.is_on_team && grant.tenants.includes('ETH')" >
428
+ < template v-if = "grant.active && ( grant.is_on_team || isStaff) && grant.tenants.includes('ETH')" >
429
429
< b-card-text >
430
430
< p class = "font-weight-semibold mb-2" >
431
431
< i class = "fal fa-wallet mr-1" > </ i >
@@ -441,7 +441,7 @@ <h3>About</h3>
441
441
442
442
443
443
<!-- Edit Grant Button -->
444
- < template v-if = "grant.active && !grant.is_idle && (grant.is_on_team || isStaff)" >
444
+ < template v-if = "!grant.is_idle && (grant.is_on_team || isStaff)" >
445
445
< hr class = "my-4" >
446
446
447
447
< b-card-text >
0 commit comments