Skip to content

Commit

Permalink
Merge pull request #556 from dennis531/add-event-flavor-separator
Browse files Browse the repository at this point in the history
Show only one flavour separator in create event summary
  • Loading branch information
ziegenberg authored Jun 4, 2024
2 parents eed6331 + 9e93e2b commit d6b7df0
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 d6b7df0

Please sign in to comment.