We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed3a5b commit 6e613d0Copy full SHA for 6e613d0
1 file changed
src/lib/extend/index.tsx
@@ -88,8 +88,9 @@ Examples:
88
89
if (options.quote) {
90
render(<QuoteComponent options={quoteOptions} />);
91
+ } else {
92
+ render(<QuoteAndBuy options={quoteOptions} />);
93
}
- render(<QuoteAndBuy options={quoteOptions} />);
94
});
95
96
0 commit comments