From 2876ef15ae9f7095e0ac41d0cb1670979d2ff423 Mon Sep 17 00:00:00 2001
From: Jordan Aasen <166539328+jaasen-livefront@users.noreply.github.com>
Date: Wed, 4 Feb 2026 09:31:23 -0800
Subject: [PATCH] [PM-31606] - Clone should not be an option for archived item
for non-premium user (#18726)
* do not allow cloning of archived items for non-premium users
* add tests
---
.../popup/settings/archive.component.html | 8 +-
.../popup/settings/archive.component.spec.ts | 107 ++++++++++++++++--
.../vault/popup/settings/archive.component.ts | 4 +
3 files changed, 109 insertions(+), 10 deletions(-)
diff --git a/apps/browser/src/vault/popup/settings/archive.component.html b/apps/browser/src/vault/popup/settings/archive.component.html
index 01ac799ba29..5024a22ff16 100644
--- a/apps/browser/src/vault/popup/settings/archive.component.html
+++ b/apps/browser/src/vault/popup/settings/archive.component.html
@@ -74,9 +74,11 @@
-
+ @if (userHasPremium$ | async) {
+
+ }
@if (canAssignCollections$ | async) {