Fixed empty category items for app store page issue
This commit is contained in:
parent
be85c647f9
commit
3a081523e8
@ -64,7 +64,7 @@ class Items extends Component
|
|||||||
protected function getModel($model)
|
protected function getModel($model)
|
||||||
{
|
{
|
||||||
if (! empty($model)) {
|
if (! empty($model)) {
|
||||||
if (! empty($model->data)) {
|
if (isset($model->data)) {
|
||||||
return $model->data;
|
return $model->data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user