Skip to content

Commit

Permalink
Merge pull request #1216 from dlabrecq/test4
Browse files Browse the repository at this point in the history
Remove Konflux pipeline test
  • Loading branch information
dlabrecq authored Aug 23, 2024
2 parents 50416e1 + 679300d commit 57324e1
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions src/routes/state/not-deal/NotDealState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,19 @@ const NotDealState: React.FC<NotDealStateProps> = ({ pathname }) => {
break;
}
return (
<>
<NotAuthorized
actions={
<div style={styles.docs}>
<a href={intl.formatMessage(messages.docs)} rel="noreferrer" target="_blank">
{intl.formatMessage(messages.hcsDocumentation)}
</a>
</div>
}
description={intl.formatMessage(desc)}
icon={PauseCircleIcon}
showReturnButton={false}
title={intl.formatMessage(title)}
/>
+
</>
<NotAuthorized
actions={
<div style={styles.docs}>
<a href={intl.formatMessage(messages.docs)} rel="noreferrer" target="_blank">
{intl.formatMessage(messages.hcsDocumentation)}
</a>
</div>
}
description={intl.formatMessage(desc)}
icon={PauseCircleIcon}
showReturnButton={false}
title={intl.formatMessage(title)}
/>
);
};

Expand Down

0 comments on commit 57324e1

Please sign in to comment.