Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-self committed Jan 29, 2025
1 parent 6146e95 commit ab73e5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import RelayReportPane from './RelayReportPane';
import * as queryString from 'querystring';
import moment from 'moment';
import { useLocation, useNavigate } from 'react-router-dom';
import { SelectDateTimeFormat, SelectDateTimeSetting } from '../SettingsSlice';
import { SelectDateTimeFormat } from '../SettingsSlice';
import { useSelector } from 'react-redux';
import { SEBrowser } from 'Scripts/TSX/global';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ interface IRelayPerformance {
}

const RelayReportPane = (props: RelayReportNavBarProps) => {
const dateTimeFormat = useSelector(SelectDateTimeFormat);

const [realyPerformance, setRelayPerformance] = React.useState<IRelayPerformance[]>([]);
const [Tstart, setTstart] = React.useState<number>(0);
Expand Down

0 comments on commit ab73e5d

Please sign in to comment.