feat: hoverable card

This commit is contained in:
Maël Gangloff
2024-08-08 14:00:21 +02:00
parent d406ace7cd
commit 51b345386b
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ export function WatchlistsList({watchlists, onDelete}: { watchlists: Watchlist[]
{watchlists.map(watchlist =>
<>
<Card
hoverable
title={<>
{
watchlist.connector ?