ui: Show status banner in AnalyzePanel for watchlist too

This commit is contained in:
2025-12-21 17:20:51 +01:00
parent bf579b93e6
commit 1a63533333

View File

@ -376,7 +376,7 @@ export function AnalyzePanel() {
)}
{/* Drop Status Banner */}
{dropStatus?.is_drop && (
{dropStatus && (
<div className="px-5 pb-3">
<div className={clsx(
"p-4 border flex items-center justify-between gap-4",