Skip to content

Commit 8a6d30d

Browse files
Update src/Reports/NewsLetterLabels.php
Co-authored-by: Arun Philip <[email protected]>
1 parent 4406d89 commit 8a6d30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reports/NewsLetterLabels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
$labelText .= sprintf("\n%s, %s %s", $family->getCity(), $family->getState(), $family->getZip());
4646

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

0 commit comments

Comments
 (0)