Skip to content

Commit 55f59d7

Browse files
jdegandgeromegrignon
authored andcommitted
fix: isRemoteFriendly function
1 parent 5c48df7 commit 55f59d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-hub/src/app/components/cards/event-card.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ export class EventCardComponent {
7272
});
7373

7474
isRemoteFriendly = computed(() => {
75-
return this.event().isRemote && this.event().isRemote;
75+
return this.event().isRemote;
7676
});
7777
}

0 commit comments

Comments
 (0)