mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: small table watchlist
This commit is contained in:
@@ -43,6 +43,7 @@ export function WatchlistsList({watchlists, onDelete}: { watchlists: Watchlist[]
|
|||||||
>
|
>
|
||||||
<Card.Meta description={watchlist.token} style={{marginBottom: '1em'}}/>
|
<Card.Meta description={watchlist.token} style={{marginBottom: '1em'}}/>
|
||||||
<Table
|
<Table
|
||||||
|
size='small'
|
||||||
columns={columns}
|
columns={columns}
|
||||||
pagination={false}
|
pagination={false}
|
||||||
dataSource={[{
|
dataSource={[{
|
||||||
|
|||||||
Reference in New Issue
Block a user