Skip to content

Commit

Permalink
Partial fix for #1757
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Mar 23, 2021
1 parent 41be420 commit 01feb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/generics/DocumentField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--><span v-else-if="field.type === 'date_time'">{{ $dateUtils.toLocalizedString(value, 'PPpp') }}</span
><!--
--><best-periods v-if="field.name === 'best_periods'" :months="value" /><!--
--><best-periods v-else-if="field.name === 'best_periods'" :months="value" /><!--
--><textual-array v-else-if="isArray" :array="value" :i18n="field.i18n" :i18n-context="field.i18nContext" /><!--
Expand Down

0 comments on commit 01feb6a

Please sign in to comment.