mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
heatmap added
This commit is contained in:
@@ -19,7 +19,7 @@ class Heatmap extends Component
|
||||
]);
|
||||
|
||||
return view('livewire.book-case.heatmap', [
|
||||
'heatmap_data' => $data,
|
||||
'heatmap_data' => $data->toArray(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user