diff --git a/website/app/components/FinalReviewDraftActionHolders.vue b/website/app/components/FinalReviewDraftActionHolders.vue index 3d530d6..d3fc34c 100644 --- a/website/app/components/FinalReviewDraftActionHolders.vue +++ b/website/app/components/FinalReviewDraftActionHolders.vue @@ -95,7 +95,7 @@ const columns = [ cell: (data) => { const value = data.getValue() if (!value) { - return h('i', '(pending])') + return h('i', '(pending)') } return renderIsoDateAsTooltipComponent(value) }, @@ -148,4 +148,4 @@ const table = useVueTable({ : updaterOrValue }, }) - \ No newline at end of file +