diff --git a/web/app/components/base/ui/toast/index.tsx b/web/app/components/base/ui/toast/index.tsx index 2374ac2955..d91648e44a 100644 --- a/web/app/components/base/ui/toast/index.tsx +++ b/web/app/components/base/ui/toast/index.tsx @@ -96,10 +96,8 @@ function getToneGradientClasses(type?: ToastType) { function ToastCard({ toast: toastItem, - showHoverBridge = false, }: { toast: ToastObject - showHoverBridge?: boolean }) { const { t } = useTranslation('common') const toastType = getToastType(toastItem.type) @@ -108,13 +106,14 @@ function ToastCard({
@@ -162,9 +161,6 @@ function ToastCard({
- {showHoverBridge && ( -