Skip to content

Commit

Permalink
chore: change default range
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakMooney committed Dec 17, 2024
1 parent ce7ff75 commit 6859a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vault/yield/YieldParentNew.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const YieldParent = (props) => {

const [ modalDataObj, setModalDataObj ] = useState({});

const [ yieldRange, setYieldRange ] = useState('14');
const [ yieldRange, setYieldRange ] = useState('90');

const handleCloseModal = () => {
setOpen('');
Expand Down

0 comments on commit 6859a7f

Please sign in to comment.