Skip to content

Commit

Permalink
Apply correct formatting to risk scenario owner in risk scenario deta…
Browse files Browse the repository at this point in the history
…il view (#1011)
  • Loading branch information
eric-intuitem authored Nov 5, 2024
2 parents 48b19e7 + 1a8dd72 commit 7ed2f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<span class=" text-sm text-gray-400 font-semibold">{m.owner()}</span>
<ul>
{#each data.scenario.owner as owner}
<li class="text-xs">{owner.str}</li>
<li class="text-xs font-semibold">{owner.str}</li>
{/each}
</ul>
</div>
Expand Down

0 comments on commit 7ed2f1e

Please sign in to comment.