From 5dc9a82718eb9580d2fe39f276b76bfd36652f6e Mon Sep 17 00:00:00 2001
From: John Hupperts <39680353+treatmesubj@users.noreply.github.com>
Date: Wed, 23 Aug 2023 11:20:40 -0500
Subject: [PATCH] phishTank.in_database fix
---
src/components/Results/Threats.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Results/Threats.tsx b/src/components/Results/Threats.tsx
index 1a77123..11ee0f7 100644
--- a/src/components/Results/Threats.tsx
+++ b/src/components/Results/Threats.tsx
@@ -45,7 +45,7 @@ const MalwareCard = (props: {data: any, title: string, actionButtons: any }): JS
)}
{ phishTank && !phishTank.error && (
-
+
)}
{ phishTank.url0 && phishTank.url0.phish_detail_page && (