mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-01-26 10:23:17 +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