pl-fe: fix

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk 2024-12-05 09:12:27 +01:00
parent d286c34ae0
commit 368bd553c7

View file

@ -15,7 +15,7 @@ interface IPinnedAccountsPanel {
}
const PinnedAccountsPanel: React.FC<IPinnedAccountsPanel> = ({ account, limit }) => {
const { data: pinned = [] } = useEndorsedAccounts(accountId);
const { data: pinned = [] } = useEndorsedAccounts(account.id);
if (!pinned.length) {
return (