Skip to content

Commit

Permalink
🐞 Link on blank vote (#446)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#1058
  • Loading branch information
Findeton committed Jun 3, 2024
1 parent 1b30cde commit d2bc349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<!-- Show URL link -->
<div
class="answer-links"
ng-if="!!answer.urlsObject.URL && !isWriteIn"
ng-if="!!answer.urlsObject.URL && !isWriteIn && !isBlankVoteAnswer"
>
<a
class="view-link"
Expand Down

0 comments on commit d2bc349

Please sign in to comment.