Small change in popular-accounts

merge-requests/3337/head
danidfra 2025-03-04 21:06:23 -03:00
rodzic 95010acd9e
commit b163bbd52e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 (