From c87a0d55145f140b1f104437ecdd1a1ca1040186 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 11 Dec 2017 17:46:06 +0100 Subject: show next url to go after tipping --- src/webex/pages/tip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webex/pages/tip.tsx') diff --git a/src/webex/pages/tip.tsx b/src/webex/pages/tip.tsx index 7f3a7c1fe..678c0dfdd 100644 --- a/src/webex/pages/tip.tsx +++ b/src/webex/pages/tip.tsx @@ -121,7 +121,7 @@ class TipDisplay extends React.Component {

Tip Received!

You received a tip of {renderAmount(ts.tip.amount)} from {this.props.merchantDomain}.

{ts.tip.accepted - ?

You've accepted this tip!

+ ?

You've accepted this tip! Go back to merchant

: this.renderButtons() } {this.renderExchangeInfo(ts)} -- cgit v1.2.3