From 75fb1f99e6c4ce52b3329c5a1c3e42ab1fff642e Mon Sep 17 00:00:00 2001 From: Franklin Date: Wed, 26 Apr 2023 15:44:58 -0400 Subject: [PATCH] Fixed agents label inside of contact requests --- Readme.md | 2 +- src/pages/admin/contacts.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index e1090f0..daa84bc 100644 --- a/Readme.md +++ b/Readme.md @@ -25,7 +25,7 @@ New todo's - [x] Contact us -> Sell with us - [ ] Static image folder for start page -- [ ] Admin panel with page loads & contact us clicks +- [x] Admin panel with page loads & contact us clicks - [x] Put JL on top of the Agents section - [x] If someone enters the page from an agent, make anything that appears on the website reference them. - [x] Contact us Functionality \ No newline at end of file diff --git a/src/pages/admin/contacts.rs b/src/pages/admin/contacts.rs index 51a4950..a9766df 100644 --- a/src/pages/admin/contacts.rs +++ b/src/pages/admin/contacts.rs @@ -28,7 +28,6 @@ pub fn admin_contacts() -> Html {
{"Solicitudes de Contacto"}
-
{"Agentes"}
{(*contacts).clone().into_iter().enumerate().map(|(key, contact)| html! {