Skip to content

Commit

Permalink
Merge pull request #11 from dddsw/sg/remove-track-name
Browse files Browse the repository at this point in the history
Remove Track name from UI
  • Loading branch information
dynamictulip authored Apr 26, 2024
2 parents 238c6e4 + d5ebc7c commit 6ccdaf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@sessionItem.session.Title
</MudText>
<MudText Typo="Typo.subtitle2">@sessionItem.session.SpeakerName</MudText>
<MudText Typo="Typo.subtitle2">@sessionItem.session.TrackName (@sessionItem.session.RoomName)</MudText>
<MudText Typo="Typo.subtitle2">@sessionItem.session.RoomName</MudText>
</MudPaper>
</MudListItem>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
{
<MudText Typo="Typo.h5" Class="ma-2">
@State.Value.Session.From.ToString("h:mm")
@State.Value.Session.From.ToString("tt").ToLowerInvariant(),
@State.Value.Session.TrackName
@State.Value.Session.From.ToString("tt").ToLowerInvariant()
</MudText>

<MudText Typo="Typo.subtitle1" Class="ma-2">
Expand Down

0 comments on commit 6ccdaf0

Please sign in to comment.