link to subscriptions page from renew task
This commit is contained in:
parent
746a4177cf
commit
d1095847d8
@ -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>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user