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 c84b5aa commit cfeb792Copy full SHA for cfeb792
src/components/SafeListItem/index.tsx
@@ -81,7 +81,7 @@ function SafeListItem({
81
<SafeFontIcon size={12} name="owners" />
82
83
<Text fontWeight={600}>
84
- {executionInfo?.confirmationsRequired}/{executionInfo?.confirmationsSubmitted}
+ {executionInfo?.confirmationsSubmitted}/{executionInfo?.confirmationsRequired}
85
</Text>
86
</View>
87
</Theme>
0 commit comments