Skip to content

Commit

Permalink
Update PokerStories.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Nov 22, 2024
1 parent 9be9782 commit cd232be
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ui/src/components/poker/PokerStories.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,12 @@
</div>
&nbsp;
{#if plan.referenceId}[{plan.referenceId}]&nbsp;{/if}
<svelte:component
this="{priorities[plan.priority].icon}"
class="inline-block w-6 h-6"
/>
{#if priorities[plan.priority]}
<svelte:component
this="{priorities[plan.priority].icon}"
class="inline-block w-6 h-6"
/>
{/if}
<span data-testid="plan-name">{plan.name}</span>
</div>
<div class="lg:flex-none text-right">
Expand Down

0 comments on commit cd232be

Please sign in to comment.