Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mlowegene committed Mar 26, 2024
1 parent e99444d commit 9e0b97f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
24 changes: 1 addition & 23 deletions src/pages/TrustRelationship/TrustRelationshipsFilters.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
SelectMenuItem,
DateRangeButton,
DateRangeFilterIcon,
} from './TrutrelationshipsFilter.styled';
} from './TrustRelationshipsFilters.styled';
import { DateRangeIcon } from '@mui/x-date-pickers';
import { DatePicker } from '@mui/x-date-pickers';

Expand All @@ -38,7 +38,6 @@ import { DatePicker } from '@mui/x-date-pickers';
*/



export const StateSelectFilter = ({ filter, setFilter, statesList, getStatusColor }) => {
// get state from filter
const { state } = filter;
Expand Down Expand Up @@ -80,12 +79,6 @@ export const StateSelectFilter = ({ filter, setFilter, statesList, getStatusColo
);
};







export const RequestTypeSelectFilter = ({ filter, setFilter, requestTypeList, getStatusColor }) => {
// get state from filter
const { requestType } = filter;
Expand Down Expand Up @@ -126,17 +119,7 @@ export const StateSelectFilter = ({ filter, setFilter, statesList, getStatusColo
</FormControl>
);
};











export const TypeSelectFilter = ({ filter, setFilter, typeList, getStatusColor }) => {
// get state from filter
const { type } = filter;
Expand Down Expand Up @@ -196,11 +179,6 @@ export const StateSelectFilter = ({ filter, setFilter, statesList, getStatusColo
</button>
);
};






/**@function
* @name DateRangeFilter
Expand Down
1 change: 0 additions & 1 deletion src/pages/TrustRelationship/trustRelationshipSidePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
IconButton,
Grid,
} from '@mui/material';
// import { DrawerStyled, DrawerHeaderStyled } from '../../components/layout/Menu/MenuStyled.js';
import CloseIcon from '@mui/icons-material/Close';
import { useContext } from 'react';
import {
Expand Down

0 comments on commit 9e0b97f

Please sign in to comment.