Skip to content

Commit

Permalink
Merge pull request #12 from joaoD3V/fix/textEditor-key-property
Browse files Browse the repository at this point in the history
🩹 fix: FlashOffer não tem keypropperty
  • Loading branch information
joaoD3V authored Nov 5, 2023
2 parents 4caad18 + 82eafdc commit b8a3e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islands/Nudge/FlashOffer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function FlashOffer({
const textEditorProps: TextEditorProps = {
highlightedText: textEditor?.highlightedText ||
"Aproveite esta oferta relâmpago e compre com desconto!",
keyProperty: linkToSpecificOffer,
keyProperty: "",
accentColor: nudge?.badge?.accentColor || "amber",
};

Expand Down

0 comments on commit b8a3e7f

Please sign in to comment.