diff --git a/src/components/FeeSelector/index.tsx b/src/components/FeeSelector/index.tsx index 4a6a7e645..b355105c0 100644 --- a/src/components/FeeSelector/index.tsx +++ b/src/components/FeeSelector/index.tsx @@ -10,7 +10,6 @@ import { ButtonGray, ButtonRadioChecked } from 'components/Button' import styled, { keyframes } from 'styled-components/macro' import Badge from 'components/Badge' import Card from 'components/Card' -import Loader from 'components/Loader' import usePrevious from 'hooks/usePrevious' import { useFeeTierDistribution } from 'hooks/useFeeTierDistribution' import ReactGA from 'react-ga' @@ -139,7 +138,7 @@ export default function FeeSelector({ setPulsing(false)}> - {!feeAmount || isLoading ? ( + {!feeAmount ? ( <> Fee tier @@ -160,13 +159,9 @@ export default function FeeSelector({ )} - {isLoading ? ( - - ) : ( - setShowOptions(!showOptions)} width="auto" padding="4px" borderRadius="6px"> - {showOptions ? Hide : Edit} - - )} + setShowOptions(!showOptions)} width="auto" padding="4px" borderRadius="6px"> + {showOptions ? Hide : Edit} +