Skip to content

Commit

Permalink
Merge pull request #569 from invariant-labs/dev
Browse files Browse the repository at this point in the history
Update staging
  • Loading branch information
wojciech-cichocki authored Jan 24, 2024
2 parents c9121e8 + eca2cec commit cf18ae1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@mdx-js/react": "^1.6.22",
"@nightlylabs/wallet-selector-solana": "0.2.5",
"@nightlylabs/wallet-selector-solana": "0.2.7",
"@nivo/bar": "^0.73.1",
"@nivo/core": "^0.73.0",
"@nivo/line": "^0.73.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Stats/PoolListItem/PoolListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const PoolListItem: React.FC<IProps> = ({
onSort?.(SortType.APY_DESC)
}
}}>
APY
7-days APY
{sortType === SortType.APY_ASC ? (
<ArrowDropUpIcon className={classes.icon} />
) : sortType === SortType.APY_DESC ? (
Expand Down

0 comments on commit cf18ae1

Please sign in to comment.