Skip to content

Commit cfeb792

Browse files
committed
fix: wrong confirmationrequired/confirmation submitted (#30)
We should display first the confirmation submitted and then the confirmation required. 1/2 one submitted / two required
1 parent c84b5aa commit cfeb792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SafeListItem/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function SafeListItem({
8181
<SafeFontIcon size={12} name="owners" />
8282

8383
<Text fontWeight={600}>
84-
{executionInfo?.confirmationsRequired}/{executionInfo?.confirmationsSubmitted}
84+
{executionInfo?.confirmationsSubmitted}/{executionInfo?.confirmationsRequired}
8585
</Text>
8686
</View>
8787
</Theme>

0 commit comments

Comments
 (0)