Skip to content

Commit

Permalink
update macro
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons committed May 10, 2024
1 parent 31e6679 commit d4a6a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/document-list/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{%- if document.metadata and document.metadata.file %}
<span class="ons-u-vh">
{% set fileMetadataItems = [
document.metadata.file.fileType + ' document download' if document.metadata.file.fileType,
document.metadata.file.fileType + ' document download' if document.metadata.file.fileType,
document.metadata.file.fileSize if document.metadata.file.fileSize,
document.metadata.file.filePages if document.metadata.file.filePages ]
%}
Expand Down

0 comments on commit d4a6a77

Please sign in to comment.