From 0c9c1ab6c2071ace15f6b6d63a9751bae4012c84 Mon Sep 17 00:00:00 2001 From: 230417 <230417@epvc.pt> Date: Thu, 14 May 2026 10:23:50 +0100 Subject: [PATCH] fix: remove redundant closing view tag in Profile component layout --- src/pages/Profile.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Profile.tsx b/src/pages/Profile.tsx index 4e9c01b..e6c9458 100644 --- a/src/pages/Profile.tsx +++ b/src/pages/Profile.tsx @@ -126,7 +126,6 @@ export default function Profile() { {isBarber ? 'Gestor de Espaço' : 'Cliente'} - {/* Notificações (Horizontal) */}