diff --git a/src/views/CountryProfileRiskWatch/PossibleEarlyActionTable/index.tsx b/src/views/CountryProfileRiskWatch/PossibleEarlyActionTable/index.tsx index b4079b8e42..644faa503e 100644 --- a/src/views/CountryProfileRiskWatch/PossibleEarlyActionTable/index.tsx +++ b/src/views/CountryProfileRiskWatch/PossibleEarlyActionTable/index.tsx @@ -143,6 +143,10 @@ function PossibleEarlyActionTable(props: Props) { }, }); + if (!filtered && possibleEarlyActionResponse?.count === 0) { + return null; + } + return (