We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e4dad commit dae873bCopy full SHA for dae873b
ts/components/dialog/user-settings/pages/user-pro/ProNonOriginatingPage.tsx
@@ -284,6 +284,7 @@ function ProInfoBlockUpdate() {
284
}
285
286
function ProInfoBlockRenew() {
287
+ const dispatch = useDispatch();
288
const { data } = useProAccessDetails();
289
return (
290
<ProInfoBlockLayout
@@ -296,6 +297,9 @@ function ProInfoBlockRenew() {
296
297
icon={LUCIDE_ICONS_UNICODE.EXTERNAL_LINK_ICON}
298
/>
299
300
+ descriptionOnClick={() =>
301
+ showLinkVisitWarningDialog('https://getsession.org/pro-roadmap', dispatch)
302
+ }
303
subtitleElement={
304
<ProInfoBlockSectionSubtitle>
305
{tr('proOptionsTwoRenewalSubtitle')}
0 commit comments