Only show OAuth setup reminder, not always show notification
cgen-f661f9b7d9c34663963c82868b239ff0
This commit is contained in:
parent
b45be2419d
commit
15d2468fb3
1 changed files with 2 additions and 1 deletions
|
|
@ -5,8 +5,9 @@ import { Button } from '@/components/ui/button';
|
|||
import { Database, ExternalLink, Info } from 'lucide-react';
|
||||
|
||||
export default function SupabaseStatus() {
|
||||
// Only show if Supabase is not configured (demo mode)
|
||||
if (isSupabaseConfigured) {
|
||||
return null; // Don't show anything if Supabase is properly configured
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue