Skip to content

Commit

Permalink
remove extra comment
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <tygao@amazon.com>
  • Loading branch information
raintygao committed Oct 24, 2024
1 parent 2244cfe commit f2114ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/components/incontext_insight/generate_popover_body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const GeneratePopoverBody: React.FC<{
defaultMessage: 'Generate summary error',
})
);
// closePopover();
closePopover();
return;
}
const contextContent = contextObj?.context || '';
Expand Down Expand Up @@ -152,7 +152,7 @@ export const GeneratePopoverBody: React.FC<{
defaultMessage: 'Generate summary error',
})
);
// closePopover();
closePopover();
});
};

Expand Down

0 comments on commit f2114ff

Please sign in to comment.