Skip to content

Commit ba5aa76

Browse files
committed
MC-33699: Stabilize MFTF tests
1 parent a2ae9b1 commit ba5aa76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Ui/Component/Listing/Column/Confirmation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(
4545
}
4646

4747
/**
48-
* {@inheritdoc}
48+
* @inheritdoc
4949
*/
5050
public function prepareDataSource(array $dataSource)
5151
{
@@ -66,7 +66,7 @@ public function prepareDataSource(array $dataSource)
6666
private function getFieldLabel(array $item)
6767
{
6868
$isConfirmationRequired = $this->accountConfirmation->isConfirmationRequired(
69-
$item['website_id'][0],
69+
$item['website_id'][0] ?? null,
7070
$item[$item['id_field_name']],
7171
$item['email']
7272
);

0 commit comments

Comments
 (0)