Add link to "Buy More LBC" button

Previously, the link was missing and the button didn't do anything.
This commit is contained in:
eatdostacos 2020-06-15 11:52:21 -07:00 committed by Sean Yesmunt
parent 178fcf28c9
commit 5a219c7b4b

View file

@ -275,7 +275,7 @@ function WalletSendTip(props: Props) {
</div>
{DEFAULT_TIP_AMOUNTS.some(val => val > balance) && (
<div className="section">
<Button button="link" label={__('Buy More LBC')} />
<Button button="link" label={__('Buy More LBC')} navigate={`/$/${PAGES.BUY}`} />
</div>
)}
</>