Skip to content

Commit

Permalink
Merge pull request #514 from GetStream/fix-autocomplete-template
Browse files Browse the repository at this point in the history
fix: @ in autocomplete textarea template
  • Loading branch information
szuperaz authored Nov 29, 2023
2 parents af44e71 + 1d3a393 commit 06c7189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
<span data-testclass="username" class="str-chat__user-item--name">{{
item.autocompleteLabel
}}</span>
<div *ngIf="themeVersion === '2'" class="str-chat__user-item-at">@</div>
<div *ngIf="themeVersion === '2'" class="str-chat__user-item-at">&#64;</div>
</div>
</ng-template>

0 comments on commit 06c7189

Please sign in to comment.