diff --git a/apps/desktop/src/vault/app/vault/item-footer.component.html b/apps/desktop/src/vault/app/vault/item-footer.component.html
index 43e32905146..1c3b772e42d 100644
--- a/apps/desktop/src/vault/app/vault/item-footer.component.html
+++ b/apps/desktop/src/vault/app/vault/item-footer.component.html
@@ -11,34 +11,33 @@
>
{{ submitButtonText() }}
-
-
-
+ @if (!cipher.isDeleted && action === "view") {
+
+ }
+
+ @if (action === "edit" || action === "clone" || action === "add") {
+
+ }
+
+ @if (cipher.isDeleted && cipher.permissions.restore) {
+
+ }
+
@if (showCloneOption) {
}