Skip to content

Commit

Permalink
Update src/Reports/NewsLetterLabels.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 authored May 15, 2024
1 parent 6864100 commit bbcaefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reports/NewsLetterLabels.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 bbcaefd

Please sign in to comment.