Skip to content

Commit

Permalink
Spotless Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 authored and github-actions[bot] committed Jul 20, 2024
1 parent 09368f1 commit 23964be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const JobConfigInfo: React.FC<JobDetailInfoModelProps> = (props) => {
: l('pages.datastudio.label.history.clusterConfigurationId')
}
>
{row?.clusterId ? row?.clusterId : row?.clusterConfigurationId ?? 'None'}
{row?.clusterId ? row?.clusterId : (row?.clusterConfigurationId ?? 'None')}
</ProDescriptions.Item>

<ProDescriptions.Item label={l('pages.datastudio.label.history.clusterName')}>
Expand Down

0 comments on commit 23964be

Please sign in to comment.