Fixed empty category items for app store page issue
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user