From df5c49f4f01f091d1857b22f7103cada9f4ea35d Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Thu, 18 Apr 2024 19:19:33 +0100 Subject: [PATCH] Fixed a missing dir on the Country Manager contact page --- src/templates/AgentContacts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/AgentContacts.tsx b/src/templates/AgentContacts.tsx index 12ac638..3aec23c 100644 --- a/src/templates/AgentContacts.tsx +++ b/src/templates/AgentContacts.tsx @@ -33,7 +33,7 @@ export async function AgentContacts({language, page, country, data}: Props) { const contact = (await getCountryManagers(country, language)) as Contact; return ( -
+