Update Account.js
This commit is contained in:
parent
2566b950c2
commit
29fb2cc641
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ const AccountHeader = React.memo(
|
||||||
{accountName}
|
{accountName}
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<NotesButton id={`account-notes-${account.id}`} />
|
<NotesButton id={`account-${account.id}`} />
|
||||||
<Button
|
<Button
|
||||||
bare
|
bare
|
||||||
className="hover-visible"
|
className="hover-visible"
|
||||||
|
|
Loading…
Reference in a new issue