Skip to content

Commit

Permalink
remove health level for now
Browse files Browse the repository at this point in the history
  • Loading branch information
oshioked committed Dec 7, 2022
1 parent a13aaa9 commit e9a5e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/borrow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const Markets: NextPage = () => {
</div>
<div className={style.nameCellText}>
<div className={style.collectionName}>{`${row['name']} #${row['tokenId']}`}</div>
<HealthLvl healthLvl={0} />
{/* <HealthLvl healthLvl={0} /> */}
</div>
</div>
)
Expand Down

0 comments on commit e9a5e97

Please sign in to comment.