Skip to content

Commit

Permalink
Merge pull request #3 from R8JIN/2-navbar-table
Browse files Browse the repository at this point in the history
Minor Message Change
  • Loading branch information
R8JIN authored Aug 7, 2024
2 parents fe42dca + 886135b commit 804124a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div *ngIf="message.senderClientId == clientId">
<div *ngIf="message.senderClientId == clientId && message.targetClientId == targetClientId">
<div class="d-flex justify-content-end">
<div class="btn btn-success mb-1">
{{message.message}}
Expand Down

0 comments on commit 804124a

Please sign in to comment.