We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48fb62 commit 3a71b17Copy full SHA for 3a71b17
src/modules/deals/deal/buildDealDetails.tsx
@@ -181,13 +181,13 @@ export function buildDealDetails({
181
<ul className="list-inside list-disc">
182
<li>
183
<code className="bg-primary-foreground text-primary -mx-1 rounded-sm px-1 py-px">
184
- 0
+ 1
185
</code>
186
: single execution
187
</li>
188
189
190
- 1
+ {'>='}2
191
192
: replicated for consensus
193
0 commit comments