Skip to content

Commit

Permalink
Update dashboard/src/pages/TreeDetails/Tabs/Boots/BootsTab.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Robert Santos <[email protected]>
  • Loading branch information
WilsonNet and MarceloRobert authored Jan 23, 2025
1 parent 9e6e7fc commit 90c5337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/pages/TreeDetails/Tabs/Boots/BootsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Check failure on line 85 in dashboard/src/pages/TreeDetails/Tabs/Boots/BootsTab.tsx

View workflow job for this annotation

GitHub Actions / lint-js

'fullStatus' is assigned a value but never used. Allowed unused vars must match /^_/u

const bootsData = fullData?.boots;

Expand Down

0 comments on commit 90c5337

Please sign in to comment.