Skip to content

Commit 752ca09

Browse files
committed
minor tweak
1 parent a1c8eb7 commit 752ca09

File tree

1 file changed

+1
-1
lines changed
  • fixcontacts2a/src/pages/home

1 file changed

+1
-1
lines changed

fixcontacts2a/src/pages/home/home.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class HomePage {
4646

4747
res.forEach( (contact:Contact) => {
4848

49-
if(!contact.photos || 1) {
49+
if(!contact.photos) {
5050
console.log('FIXING '+contact.name.formatted);
5151
//console.log(contact);
5252

0 commit comments

Comments
 (0)