Skip to content

Commit

Permalink
Draw target graphs underneath.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Oct 3, 2023
1 parent ef210dc commit 391c4a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const DaoTreasuryHistoryGraph = ({
const token = treasuryValueHistory.data.tokens[tokenIndex].token
return {
token,
order: 2,
order: 3,
label:
'$' + transformIbcSymbol(token.symbol).tokenSymbol + ' Target',
data,
Expand Down

0 comments on commit 391c4a5

Please sign in to comment.