Remove demo seeding from Feed
cgen-1c4cb54a45fc44a080c7f3297cb2694a
This commit is contained in:
parent
4e0e738152
commit
bba571d28f
1 changed files with 0 additions and 3 deletions
|
|
@ -10,8 +10,6 @@ import { aethexSocialService } from "@/lib/aethex-social-service";
|
|||
import { communityService, realtimeService } from "@/lib/supabase-service";
|
||||
import PostComposer from "@/components/social/PostComposer";
|
||||
import { useToast } from "@/hooks/use-toast";
|
||||
import { ensureDemoSeed } from "@/lib/demo-feed";
|
||||
import { isSupabaseConfigured } from "@/lib/supabase";
|
||||
import {
|
||||
Heart,
|
||||
MessageCircle,
|
||||
|
|
@ -66,7 +64,6 @@ export default function Feed() {
|
|||
const [muted, setMuted] = useState(true);
|
||||
|
||||
useEffect(() => {
|
||||
if (!isSupabaseConfigured) ensureDemoSeed();
|
||||
const load = async () => {
|
||||
setIsLoading(true);
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue