1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-06 23:51:28 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)"