We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ae9b1 commit ba5aa76Copy full SHA for ba5aa76
app/code/Magento/Customer/Ui/Component/Listing/Column/Confirmation.php
@@ -45,7 +45,7 @@ public function __construct(
45
}
46
47
/**
48
- * {@inheritdoc}
+ * @inheritdoc
49
*/
50
public function prepareDataSource(array $dataSource)
51
{
@@ -66,7 +66,7 @@ public function prepareDataSource(array $dataSource)
66
private function getFieldLabel(array $item)
67
68
$isConfirmationRequired = $this->accountConfirmation->isConfirmationRequired(
69
- $item['website_id'][0],
+ $item['website_id'][0] ?? null,
70
$item[$item['id_field_name']],
71
$item['email']
72
);
0 commit comments