Skip to content

Commit

Permalink
fix dashboard notif message
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina committed Oct 30, 2024
1 parent 6e82f77 commit 8685a68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3 class="panel-title">Notifications <span class="badge badge-danger"> {{$ctrl.
<span class="label label-default"> {{note.datetime | date}} </span>
</div>
<div class="col-md-8">
{{note.message}}
{{note.event_type === 'interactive_session_ready' ? 'Ready to view' : note.message}}
</div>
</div>
</li>
Expand Down

0 comments on commit 8685a68

Please sign in to comment.