pl-fe: fix
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
d286c34ae0
commit
368bd553c7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ interface IPinnedAccountsPanel {
|
||||||
}
|
}
|
||||||
|
|
||||||
const PinnedAccountsPanel: React.FC<IPinnedAccountsPanel> = ({ account, limit }) => {
|
const PinnedAccountsPanel: React.FC<IPinnedAccountsPanel> = ({ account, limit }) => {
|
||||||
const { data: pinned = [] } = useEndorsedAccounts(accountId);
|
const { data: pinned = [] } = useEndorsedAccounts(account.id);
|
||||||
|
|
||||||
if (!pinned.length) {
|
if (!pinned.length) {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue