update demo-club-house,

This commit is contained in:
louiscklaw
2025-06-08 19:06:25 +08:00
parent 546fb72732
commit 3ec9d87f8b

View File

@@ -23,7 +23,7 @@ import { TalkCard } from '../components/TalkCard';
import { useRef } from 'react';
const Tab1 = () => {
const pageRef = useRef();
const pageRef = useRef(null);
const talks = useStoreState(TalkStore, getTalks);
const router = useIonRouter();