remove test value
This commit is contained in:
parent
e0c90f866c
commit
3de71db341
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class ModalConfirmSendTip extends React.PureComponent<Props> {
|
|||
}
|
||||
|
||||
render() {
|
||||
const { tipAmount = 5.5, title, isSupport, closeModal, uri } = this.props;
|
||||
const { tipAmount, title, isSupport, closeModal, uri } = this.props;
|
||||
const cardTitle = __(isSupport ? 'Confirm Support' : 'Confirm Tip');
|
||||
const { channelName } = parseURI(uri);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue