From 73265cdc0355f7ec25e84b2e26d2dbc1f9f3f424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fagundes?= Date: Wed, 5 Jun 2024 14:56:54 -0300 Subject: [PATCH] fix: space between donation history items --- src/pages/DonationsHistory/DonationsHistory.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/DonationsHistory/DonationsHistory.tsx b/src/pages/DonationsHistory/DonationsHistory.tsx index b7f29e0d..6c0193c3 100644 --- a/src/pages/DonationsHistory/DonationsHistory.tsx +++ b/src/pages/DonationsHistory/DonationsHistory.tsx @@ -90,7 +90,7 @@ const DonationsHistoryComponent = () => { Recebido - + {donations.results.length === 0 ? (

Nenhuma doação encontrada

@@ -117,7 +117,7 @@ const DonationsHistoryComponent = () => { )}
- + {donations.results.length === 0 ? (

Nenhuma doação encontrada