mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
remove accidental paste
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d7c6869188
commit
b2aad4afb1
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ export default class UserProvider extends AutocompleteProvider {
|
|||
component: (
|
||||
<PillCompletion
|
||||
initialComponent={<MemberAvatar member={user} width={24} height={24} />}
|
||||
title={displayName}mx_DevTools_content
|
||||
title={displayName}
|
||||
description={user.userId} />
|
||||
),
|
||||
range,
|
||||
|
|
Loading…
Reference in a new issue