Skip to content

Commit

Permalink
fix build warnings: unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed May 21, 2024
1 parent 8559519 commit 54315ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/src/config/drought/data-formats.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FormatConfig } from 'lib/data-map/view-layers';
import { numFormat, numFormatMoney, toDictionary } from 'lib/helpers';
import { numFormat, toDictionary } from 'lib/helpers';
import {
DroughtOptionsVariableType,
DroughtRiskVariableType,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/data-map/DataMap.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _ from 'lodash';
import { FC, ReactNode, useCallback, useEffect, useMemo } from 'react';
import { FC, useCallback, useEffect, useMemo } from 'react';

import { usePrevious } from '../hooks/use-previous';
import { useTrackingRef } from '../hooks/use-tracking-ref';
Expand Down
3 changes: 0 additions & 3 deletions frontend/src/pages/GuidePage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import React from 'react';
import { Alert, Button, Paper, Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from '@mui/material';
import ScrollToTop from 'lib/hooks/scroll-to-top';
import { ExtLink } from 'lib/nav';

export const GuidePage = () => (
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/sidebar/networks/DamageSourceControl.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import {
Box,
FormControl,
FormControlLabel,
FormLabel,
MenuItem,
Paper,
Radio,
RadioGroup,
Select,
Expand Down

0 comments on commit 54315ff

Please sign in to comment.