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;