Skip to content

Commit

Permalink
Show only one flavour separator in create event summary
Browse files Browse the repository at this point in the history
Currently, two separators are displayed in the create event summary
  • Loading branch information
Dennis Benz committed Jun 4, 2024
1 parent e803773 commit 9e93e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/events/partials/wizards/NewEventSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const NewEventSummary = <T extends RequiredFormProps>({
{translateOverrideFallback(asset, t, "SHORT")}
<span className="ui-helper-hidden">
{/* eslint-disable-next-line react/jsx-no-comment-textnodes */}
({asset.type} "{asset.flavorType}//
({asset.type} "{asset.flavorType}/
{asset.flavorSubType}")
</span>
</td>
Expand Down

0 comments on commit 9e93e2b

Please sign in to comment.