OmniboxResult: fix arg order

This commit is contained in:
Liam Fitzgerald 2021-05-11 12:35:14 +10:00
parent 798b894a78
commit d0bba3aea5
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -235,8 +235,8 @@ export class OmniboxResult extends Component<OmniboxResultProps, OmniboxResultSt
selected,
link,
invites,
notificationsCount,
runtimeLag,
notificationsCount,
text,
color
);