frontend-rw #1

Merged
marcin merged 347 commits from frontend-rw into develop 2024-12-05 15:32:18 -08:00
Showing only changes of commit 368bd553c7 - Show all commits

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 (