Skip to content

Commit

Permalink
hide complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
ksw2000 committed Nov 19, 2024
1 parent ab9461a commit 60d8a4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/schedule/schedule-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<h1>{{ session.title }}</h1>
<p>πŸ•’ {{ session.generatedStartAt | date:'MM/d hh:mm' }} ~ {{ session.generatedEndsAt | date:'hh:mm' }}</p>
<p *ngIf="session.generatedRoom">πŸšͺ {{ session.generatedRoom }}</p>
<p *ngIf="session.complexity">🌐 {{ session.complexity }}</p>
<p *ngIf="session.language">πŸ”₯ {{ session.language }}</p>
<p *ngIf="session.language">🌐 {{ session.language }}</p>
<p *ngIf="session.description">πŸ“ {{ session.description }}</p>
<ul class="speaker-list">
<li *ngFor="let speakerID of session.speakers">
Expand Down

0 comments on commit 60d8a4f

Please sign in to comment.