mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 17:26:03 +08:00
fix crash in query performance (#37758)
* fix crash * undo query perf * fix crash
This commit is contained in:
@@ -69,7 +69,7 @@ export const QueryPanelScoreSection = ({
|
||||
) : (
|
||||
<ArrowDown size={14} className="text-brand" />
|
||||
)}
|
||||
{before !== 0 && (
|
||||
{typeof before === 'number' && before !== 0 && !isNaN(before) && isFinite(before) && (
|
||||
<span
|
||||
className={cn(
|
||||
'font-mono tracking-tighter',
|
||||
|
||||
Reference in New Issue
Block a user