Skip to content

Commit

Permalink
Fix for quick start missing from drop down and micro copy updates.
Browse files Browse the repository at this point in the history
Reverted package-lock files.

Reverted package-lock files.

Updated with comments from review.

Updated snap shots.

RHODS-2243 fix for missing quick start.
  • Loading branch information
dlabaj committed Jan 10, 2022
1 parent 0618c30 commit cc204d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/OdhAppCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ const OdhAppCard: React.FC<OdhAppCardProps> = ({ odhApp }) => {
getLaunchStatus(odhApp.spec.quickStart || '', qsContext) === LaunchStatusEnum.Close,
});

('odh-dashboard__external-link');
if (odhApp.spec.link) {
if (odhApp.spec.quickStart) {
dropdownItems.push(
<DropdownItem key="quick-start" className={quickStartClasses} href="#" onClick={onQuickStart}>
{`${getLaunchStatus(odhApp.spec.quickStart || '', qsContext)} quick start`}
Expand Down

0 comments on commit cc204d5

Please sign in to comment.