add missing login

This commit is contained in:
Martti Malmi 2023-12-23 09:26:52 +02:00
parent 82bb71136e
commit 1b9dc3f480

View File

@ -33,6 +33,7 @@ export default function FollowListBase({
}: FollowListBaseProps) {
const { publisher, system } = useEventPublisher();
const { id, follows } = useLogin(s => ({ id: s.id, follows: s.follows }));
const login = useLogin();
async function followAll() {
if (publisher) {