Minor fixes based on feedback

This commit is contained in:
Valtteri Karesto
2022-05-25 13:39:52 +03:00
parent 56203ce9c6
commit 9a6ef2c393
3 changed files with 25 additions and 21 deletions

View File

@@ -469,7 +469,7 @@ const Accounts: FC<AccountProps> = (props) => {
e.stopPropagation();
}}
>
<SetHookDialog accountIndex={index} />
<SetHookDialog accountAddress={account.address} />
</div>
)}
</Flex>