Skip to content

Commit

Permalink
cleanup duplicate rows (#5451)
Browse files Browse the repository at this point in the history
  • Loading branch information
dereknelson authored Mar 2, 2024
1 parent e9f1c0a commit 65e1aa9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/screens/SignTransactionSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1465,9 +1465,6 @@ const DetailsCard = ({
{showFunctionRow && <DetailRow detailType="function" value={methodName} />}
{!!meta?.to?.sourceCodeStatus && <DetailRow detailType="sourceCodeVerification" value={meta.to.sourceCodeStatus} />}
{!!meta?.to?.created && <DetailRow detailType="dateCreated" value={formatDate(meta?.to?.created)} />}
{showFunctionRow && <DetailRow detailType="function" value={methodName} />}
{!!meta?.to?.sourceCodeStatus && <DetailRow detailType="sourceCodeVerification" value={meta.to.sourceCodeStatus} />}
{!!meta?.to?.created && <DetailRow detailType="dateCreated" value={formatDate(meta?.to?.created)} />}
{nonce && <DetailRow detailType="nonce" value={nonce} />}
</Stack>
</Animated.View>
Expand Down

0 comments on commit 65e1aa9

Please sign in to comment.