show cancellation
This commit is contained in:
parent
db17321777
commit
b866c16071
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ export default class VerificationPanel extends React.PureComponent {
|
|||
}
|
||||
} else if (request.done) {
|
||||
return <p>verified {request.otherUserId}!!</p>;
|
||||
} else if (request.cancelled) {
|
||||
return <p>cancelled by {request.cancellingUserId}!</p>;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue