This page has a tip action.
{
- chrome.tabs.create({ url: actionForTalerUri(uriType, url) });
+ navigateTo(actionForTalerUri(uriType, url));
}}
>
Open tip page
@@ -76,7 +94,7 @@ export function TalerActionFound({ url, onDismiss }: Props) {
This page has a notify reserve action.
{
- chrome.tabs.create({ url: actionForTalerUri(uriType, url) });
+ navigateTo(actionForTalerUri(uriType, url));
}}
>
Notify
@@ -88,7 +106,7 @@ export function TalerActionFound({ url, onDismiss }: Props) {
This page has a refund action.
{
- chrome.tabs.create({ url: actionForTalerUri(uriType, url) });
+ navigateTo(actionForTalerUri(uriType, url));
}}
>
Open refund page