Skip to content

Commit

Permalink
version bump beta13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dogusata committed Nov 1, 2023
1 parent 527224e commit 47f8079
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws/mynah-ui",
"displayName": "AWS Mynah UI",
"version": "2.0.0-beta.13.0",
"version": "2.0.0-beta.13.1",
"description": "AWS Tookit VSCode and Intellij IDE Extension Mynah UI",
"publisher": "Amazon Web Services",
"license": "Apache License 2.0",
Expand Down
1 change: 0 additions & 1 deletion src/components/suggestion-card/suggestion-card-body.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export class SuggestionCardBody {
let incomingBody = props.suggestion.body;
if (props.suggestion.body !== undefined && props.highlightRangeWithTooltip !== undefined && props.highlightRangeWithTooltip.length > 0) {
props.highlightRangeWithTooltip.forEach((highlightRangeWithTooltip, index) => {
console.log(highlightRangeWithTooltip);
if (incomingBody !== undefined) {
const generatedStartMarkup = `${highlightersWithTooltip.start.markupStart}${highlightersWithTooltip.start.markupAttirubtes(index.toString())}${highlightersWithTooltip.start.markupEnd}`;
let calculatedStartIndex = (highlightRangeWithTooltip.recommendationContentSpan.start + (index * (generatedStartMarkup.length + highlightersWithTooltip.end.markup.length)));
Expand Down

0 comments on commit 47f8079

Please sign in to comment.