Skip to content

Commit

Permalink
Update src/Reports/ConfirmLabels.php
Browse files Browse the repository at this point in the history
Co-authored-by: Arun Philip <[email protected]>
  • Loading branch information
respencer and DAcodedBEAT committed May 28, 2024
1 parent 3c3caf7 commit 4406d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reports/ConfirmLabels.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
$labelText .= sprintf("\n%s, %s %s", $family->getCity(), $family->getState(), $family->getZip());

if ($family->getCountry() != '' && $family->getCountry() != $sDefaultCountry) {
if ($family->getCountry() !== $sDefaultCountry) {
$labelText .= "\n" . $family->getCountry();
}

Expand Down

0 comments on commit 4406d89

Please sign in to comment.