Skip to content

Commit

Permalink
LIVE-1683-move separator (#975)
Browse files Browse the repository at this point in the history
changelog

update screenshots (ubuntu-latest)

Revert "update screenshots (ubuntu-latest)"

This reverts commit afb49dcea69151a00506e5b6861a1877280dacbd.
  • Loading branch information
henri-ly committed Sep 19, 2022
1 parent 68a0b01 commit db69b7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-toes-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": minor
---

Move divider after operationDetails
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ const OperationD: React$ComponentType<Props> = (props: Props) => {
</Box>
</OpDetailsSection>
) : null}
<B />
<OpDetailsExtra operation={operation} extra={extra} type={type} account={account} />
<B />
</Box>
);
};
Expand Down

0 comments on commit db69b7f

Please sign in to comment.