Merge pull request #4891 from urbit/lf/notif-leap

OmniboxResult: fix arg order
This commit is contained in:
Liam Fitzgerald 2021-05-11 12:40:54 +10:00 committed by GitHub
commit 267e88731a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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