ui: Show status banner in AnalyzePanel for watchlist too
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user