From 90c5337b85609dcb3d990dee0f5967676d740b6b Mon Sep 17 00:00:00 2001 From: WilsonNet Date: Thu, 23 Jan 2025 10:03:38 -0300 Subject: [PATCH] Update dashboard/src/pages/TreeDetails/Tabs/Boots/BootsTab.tsx Co-authored-by: Marcelo Robert Santos --- dashboard/src/pages/TreeDetails/Tabs/Boots/BootsTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/pages/TreeDetails/Tabs/Boots/BootsTab.tsx b/dashboard/src/pages/TreeDetails/Tabs/Boots/BootsTab.tsx index 81e24e01..3b9f171e 100644 --- a/dashboard/src/pages/TreeDetails/Tabs/Boots/BootsTab.tsx +++ b/dashboard/src/pages/TreeDetails/Tabs/Boots/BootsTab.tsx @@ -82,7 +82,7 @@ const BootsTab = ({ treeDetailsLazyLoaded }: BootsTabProps): JSX.Element => { ); const { isLoading, data, error } = treeDetailsLazyLoaded.summary; - const { data: fullData, status: bootsStatus } = treeDetailsLazyLoaded.full; + const { data: fullData, status: fullStatus } = treeDetailsLazyLoaded.full; const bootsData = fullData?.boots;