fix: do not prefer lowercase for hashtags in search (#1571)
This commit is contained in:
parent
4601ddb92c
commit
d580a9b7e8
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue