Skip to content

Commit

Permalink
Fix : Issue with displaying the CV translation [SDCP-703] (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro authored Oct 11, 2023
1 parent 7743bf2 commit a727285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Events/EventPreviewContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class EventPreviewContentComponent extends React.PureComponent<IProps> {
previewGroupToProfile(PREVIEW_PANEL.EVENT, formProfile),
{
item: item,
language: getUserInterfaceLanguageFromCV(),
language: item.language ?? getUserInterfaceLanguageFromCV(),
renderEmpty: true,
schema: formProfile.schema,
profile: formProfile,
Expand Down

0 comments on commit a727285

Please sign in to comment.