Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
[Web Portal] disable appTrackingUrl button if returned url is nil (#2856
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sunqinzheng authored May 31, 2019
1 parent 9814744 commit de73f65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ export default class Summary extends React.Component {
<Link
styles={{root: [FontClassNames.mediumPlus]}}
href={jobInfo.jobStatus.appTrackingUrl}
disabled={isNil(jobInfo.jobStatus.appTrackingUrl)}
target="_blank"
>
Go to Application Tracking Page
Expand Down

0 comments on commit de73f65

Please sign in to comment.