Skip to content

Commit

Permalink
fix: hide bolt
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Oct 26, 2023
1 parent 2de35be commit 76c5d4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/vaults/components/list/VaultsListRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export function VaultHistoricalAPR({currentVault}: {currentVault: TYDaemonVault}
<Renderable
shouldRender={!(currentVault.apr?.type === 'new' && hasZeroAPR)}
fallback={'New'}>
{'⚡️ '}
<span
className={
'underline decoration-neutral-600/30 decoration-dotted underline-offset-4 transition-opacity hover:decoration-neutral-600'
Expand Down

1 comment on commit 76c5d4d

@vercel
Copy link

@vercel vercel bot commented on 76c5d4d Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.