mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +00:00
fix: always show create watchlist button
This commit is contained in:
parent
bc279032da
commit
8863cbcbb5
@ -74,8 +74,7 @@ export default function WatchlistPage() {
|
||||
return (
|
||||
<Flex gap='middle' align='center' justify='center' vertical>
|
||||
{contextHolder}
|
||||
|
||||
{(connectors != null) && (watchlists != null) && watchlists.length > 0 &&
|
||||
{(connectors !== undefined) && (watchlists !== undefined) &&
|
||||
<>
|
||||
<CreateWatchlistButton onUpdateWatchlist={onCreateWatchlist} connectors={connectors} />
|
||||
<Divider/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user