fix: do not prefer lowercase for hashtags in search (#1571)

This commit is contained in:
Nolan Lawson 2019-10-13 10:49:39 -07:00 committed by GitHub
parent 4601ddb92c
commit d580a9b7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
className="compose-autosuggest-list-item-icon"
/>
<span class="compose-autosuggest-list-display-name compose-autosuggest-list-display-name-single">
{item.name.toLowerCase()}
{item.name}
</span>
{:else}
<img src={$autoplayGifs ? item.url : item.static_url}