diff --git a/app/Http/Livewire/BitcoinEvent/BitcoinEventTable.php b/app/Http/Livewire/BitcoinEvent/BitcoinEventTable.php index e294a4fb..19980813 100644 --- a/app/Http/Livewire/BitcoinEvent/BitcoinEventTable.php +++ b/app/Http/Livewire/BitcoinEvent/BitcoinEventTable.php @@ -55,6 +55,7 @@ class BitcoinEventTable extends Component { return to_route('bitcoinEvent.table.bitcoinEvent', [ 'country' => $this->country->code, + 'year' => $this->year, 'table' => [ 'filters' => [ 'byid' => $id,