Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
psybers committed Jul 10, 2024
1 parent 388094c commit e12f892
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/desktop-client/src/components/accounts/Account.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@ function EmptyMessage({ onAdd }) {
manage it locally yourself.
</Text>

<Button variant="primary" style={{ marginTop: 20 }} autoFocus onPress={onAdd}>
<Button
variant="primary"
style={{ marginTop: 20 }}
autoFocus
onPress={onAdd}
>
Add account
</Button>

Expand Down

0 comments on commit e12f892

Please sign in to comment.