Skip to content

Commit

Permalink
running prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
assuntad23 committed Sep 27, 2023
1 parent 4e30fa8 commit ab978f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/components/Markdown/Markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
<h1 class="text-break align-middle">
Title: {{ markdownConfig.title || markdownConfig.model_class }}
</h1>
<h3 v-if="workflowVersions" class="text-break align-middle">Workflow Checkpoint: {{ workflowVersions.version }}</h3>
<h3 v-if="workflowVersions" class="text-break align-middle">
Workflow Checkpoint: {{ workflowVersions.version }}
</h3>
</span>
</div>
<b-badge variant="info" class="w-100 rounded mb-3 white-space-normal">
Expand Down

0 comments on commit ab978f6

Please sign in to comment.