forked from Kieran/snort
1
0
Fork 0

link to subscriptions page from renew task

This commit is contained in:
Martti Malmi 2024-04-11 15:11:11 +03:00
parent 746a4177cf
commit d1095847d8
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import { CachedMetadata } from "@snort/system";
import { FormattedMessage } from "react-intl";
import { Link } from "react-router-dom";
import { BaseUITask } from "@/Components/Tasks/index";
import { RenewSub } from "@/Pages/subscribe/RenewSub";
import { LoginSession } from "@/Utils/Login";
import { getCurrentSubscription } from "@/Utils/Subscription";
@ -26,7 +26,9 @@ export class RenewSubTask extends BaseUITask {
}}
/>
</p>
<RenewSub />
<Link to="/subscribe/manage">
<FormattedMessage defaultMessage="Renew" id="nWQFic" />
</Link>
</>
);
}