Skip to content

Commit b7f9122

Browse files
committed
remove empty else
1 parent 956db7c commit b7f9122

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/home-app/event-template-info/event-template-info.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ export class EventTemplateInfoComponent implements OnInit, OnDestroy {
208208
currentEvent.expirationDate
209209
);
210210
this.inviteLink = this.getInviteLink(currentEvent);
211-
} else {
212211
}
213212
this.currentEvent = currentEvent;
214213
this.changeDetector.markForCheck();

0 commit comments

Comments
 (0)