1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

remove the toggle for restarting cancel sub (#12842)

Co-authored-by: Bernd Schoolmann <mail@quexten.com>
This commit is contained in:
cyprain-okeke
2025-01-14 11:20:29 +01:00
committed by GitHub
parent ff5043f9ff
commit f6ec741a4a

View File

@@ -30,7 +30,7 @@
}}</span
>
<!-- Plan Interval Toggle -->
<div class="tw-inline-block">
<div class="tw-inline-block" *ngIf="!isSubscriptionCanceled">
<bit-toggle-group
[selected]="selectedInterval"
(selectedChange)="updateInterval($event)"