Skip to content

Commit f3ef1ca

Browse files
fix footer variable reference
1 parent 2c8b51c commit f3ef1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/vault/app/vault/item-footer.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export class ItemFooterComponent implements OnInit, OnChanges {
225225
switchMap((id) =>
226226
combineLatest([
227227
this.cipherArchiveService.userCanArchive$(id),
228-
this.cipherArchiveService.hasArchiveFlagEnabled$(),
228+
this.cipherArchiveService.showArchiveFeatures$(),
229229
]),
230230
),
231231
),

0 commit comments

Comments
 (0)