diff --git a/app/components/workflow-files/index.hbs b/app/components/workflow-files/index.hbs
index 421e41c0..80a45378 100644
--- a/app/components/workflow-files/index.hbs
+++ b/app/components/workflow-files/index.hbs
@@ -46,13 +46,13 @@
{{#if this.manuscript}}
- {{!-- {{#if manuscript.uri}} --}}
- {{!--
- {{manuscript.name}}
+ {{#if this.manuscript.uri}}
+
+ {{this.manuscript.name}}
- {{else}} --}}
- {{this.manuscript.name}}
- {{!-- {{/if}} --}}
+ {{else}}
+ {{this.manuscript.name}}
+ {{/if}}
|
Manuscript
@@ -79,20 +79,19 @@
{{#each this.supplementalFiles as |file|}}
|
- {{!-- {{#if file.uri}}
+ {{#if file.uri}}
{{file.name}}
- {{else}} --}}
- {{file.name}}
- {{!-- {{/if}} --}}
+ {{else}}
+ {{file.name}}
+ {{/if}}
|
|