Skip to content

Commit

Permalink
Fix summary with no status
Browse files Browse the repository at this point in the history
RISDEV-5892
  • Loading branch information
leonie-koch committed Dec 19, 2024
1 parent f192707 commit a92cd54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/category-import/CategoryImport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ async function searchForDocumentUnit() {
>
<!-- Todo: Wrap this docunit summary in a reusable component -->
<span>
{{ documentUnitToImport.renderDecision }}
<span>{{ documentUnitToImport.renderDecision }}</span>
<IconBadge
v-if="documentUnitToImport?.status"
:background-color="statusBadge.backgroundColor"
class="ml-4 inline-block"
:color="statusBadge.color"
Expand Down

0 comments on commit a92cd54

Please sign in to comment.