Add blank line between two if conditional blocks in the dashboard model

This commit is contained in:
Kevin MacMartin 2022-06-16 16:00:54 -04:00
parent 452696fc1f
commit 7d2e3cd782

View file

@ -225,6 +225,7 @@ class DashboardModel extends Model
if (array_key_exists('max_width', $column)) {
$max_width = $column['max_width'];
}
// Update the maximum height if it's been configured
if (array_key_exists('max_height', $column)) {
$max_height = $column['max_height'];