Skip to content

Commit 6e613d0

Browse files
authored
fix(extend): do not buy on quote (#126)
1 parent bed3a5b commit 6e613d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/extend/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ Examples:
8888

8989
if (options.quote) {
9090
render(<QuoteComponent options={quoteOptions} />);
91+
} else {
92+
render(<QuoteAndBuy options={quoteOptions} />);
9193
}
92-
render(<QuoteAndBuy options={quoteOptions} />);
9394
});
9495
}
9596

0 commit comments

Comments
 (0)