mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
chat: invite search style fix
This commit is contained in:
parent
6536def638
commit
ab926af427
@ -93,7 +93,6 @@ export class InviteSearch extends Component {
|
||||
return e.toLowerCase().includes(searchTerm);
|
||||
});
|
||||
if (match.length > 0) {
|
||||
console.log("found")
|
||||
if (!(contact in shipMatches)) {
|
||||
shipMatches.push(contact);
|
||||
}
|
||||
@ -249,7 +248,7 @@ export class InviteSearch extends Component {
|
||||
classes="mix-blend-diff v-mid"
|
||||
/>
|
||||
<span className="v-mid ml2 mw5 truncate dib">{"~" + ship}</span>
|
||||
<span class="absolute right-1 di truncate mw4 inter f9 pt1">{nicknames}</span>
|
||||
<span className="absolute right-1 di truncate mw4 inter f9 pt1">{nicknames}</span>
|
||||
</li>
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user