Skip to content

Commit

Permalink
Merge pull request #66 from the-standard/202412-yields-range
Browse files Browse the repository at this point in the history
chore: change default range
  • Loading branch information
ZakMooney authored Dec 17, 2024
2 parents 8d9a2cb + 6859a7f commit a167f91
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 a167f91

Please sign in to comment.