diff --git a/app/app/templates/components/document/sidebar-view-attachments.hbs b/app/app/templates/components/document/sidebar-view-attachments.hbs
index b3e1e2c2..ccf24f3c 100644
--- a/app/app/templates/components/document/sidebar-view-attachments.hbs
+++ b/app/app/templates/components/document/sidebar-view-attachments.hbs
@@ -6,7 +6,6 @@
Drag-drop files or click to select files
{{/if}}
-
{{#each files key="id" as |a index|}}
-
@@ -22,7 +21,6 @@
{{/each}}
-
{{#if emptyState}}
diff --git a/app/app/utils/constants.js b/app/app/utils/constants.js
index 0f750ba5..e45e5d5c 100644
--- a/app/app/utils/constants.js
+++ b/app/app/utils/constants.js
@@ -15,9 +15,4 @@ export default {
Private: 2,
Protected: 3
},
-
- DisplayLayout: {
- DisplayLayoutDoc: "doc",
- DisplayLayoutWiki: "wiki"
- }
};