Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 13, 2024
1 parent bb20062 commit 671827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/pages/election-results.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<x-slot:footer>
@if ($this->aggregate->count() > 5)
<x-table.row>
<x-table.td align="right" colspan="3">
<x-table.td align="right" colspan="4">
<button type="button"
@@click="expanded = ! expanded"
x-text="expanded ? @js(__('app.candidate.action.hide')) : @js(__('app.candidate.action.show'))">
Expand Down

0 comments on commit 671827b

Please sign in to comment.