Profile: fix broken status

This commit is contained in:
Liam Fitzgerald 2021-03-10 16:15:34 +10:00
parent c0eddeda4b
commit e44f78ad1b
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -192,6 +192,7 @@ export function Profile(props: any): ReactElement | null {
<ViewProfile
nacked={nacked}
ship={ship}
api={props.api}
contact={contact}
/>
)}