kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Small change in popular-accounts
rodzic
95010acd9e
commit
b163bbd52e
|
@ -25,7 +25,7 @@ import 'swiper/css/pagination';
|
|||
import 'swiper/css';
|
||||
|
||||
const PopularAccounts = ({ id }: { id: string }) => {
|
||||
const account = useAccount(id).account;
|
||||
const { account } = useAccount(id);
|
||||
const { logo } = useSoapboxConfig();
|
||||
|
||||
return (
|
||||
|
|
Ładowanie…
Reference in New Issue