Skip to content

Commit

Permalink
Link Vote Result to Poll Detail View (#3628)
Browse files Browse the repository at this point in the history
  • Loading branch information
reicda authored May 3, 2024
1 parent c8ea278 commit d0748d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>

<!-- Chart / Table -->
<div *ngIf="poll.stateHasVotes" class="poll-result-wrapper">
<div *ngIf="poll.stateHasVotes" class="poll-result-wrapper" [routerLink]="getDetailLink()">
<os-assignment-poll-detail-content [poll]="poll"></os-assignment-poll-detail-content>
</div>

Expand Down

0 comments on commit d0748d0

Please sign in to comment.