Skip to content

Commit

Permalink
tests: update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Feb 15, 2024
1 parent 6b03715 commit 62a25d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/tx/DecodedTx/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ const DecodedTx = ({
)}

<Accordion elevation={0} onChange={onChangeExpand} sx={!tx ? { pointerEvents: 'none' } : undefined}>
<AccordionSummary data-testid="accordion-summary" expandIcon={<ExpandMoreIcon />} className={accordionCss.accordion}>
<AccordionSummary

Check failure on line 81 in src/components/tx/DecodedTx/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint Results

prettier/prettier

Delete `·`
data-testid="accordion-summary"

Check failure on line 82 in src/components/tx/DecodedTx/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint Results

prettier/prettier

Replace `··················data-testid="accordion-summary"·` with `··········data-testid="accordion-summary"`
expandIcon={<ExpandMoreIcon />}

Check failure on line 83 in src/components/tx/DecodedTx/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint Results

prettier/prettier

Replace `··················expandIcon={<ExpandMoreIcon·/>}·` with `··········expandIcon={<ExpandMoreIcon·/>}`
className={accordionCss.accordion}>

Check failure on line 84 in src/components/tx/DecodedTx/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint Results

prettier/prettier

Replace `··················className={accordionCss.accordion}` with `··········className={accordionCss.accordion}⏎········`
<span style={{ flex: 1 }}>Transaction details</span>

{decodedData ? decodedData.method : tx?.data.operation === OperationType.DelegateCall ? 'Delegate call' : ''}
Expand Down

0 comments on commit 62a25d2

Please sign in to comment.