Skip to content

Commit 94f3195

Browse files
fix: update execution count display in deal details (#93)
1 parent e48fb62 commit 94f3195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/deals/deal/buildDealDetails.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ export function buildDealDetails({
181181
<ul className="list-inside list-disc">
182182
<li>
183183
<code className="bg-primary-foreground text-primary -mx-1 rounded-sm px-1 py-px">
184-
0
184+
1
185185
</code>
186186
: single execution
187187
</li>
188188
<li>
189189
<code className="bg-primary-foreground text-primary -mx-1 rounded-sm px-1 py-px">
190-
1
190+
{'>='}2
191191
</code>
192192
: replicated for consensus
193193
</li>

0 commit comments

Comments
 (0)