mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-24 05:05:39 +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 (
|
return (
|
||||||
<Flex gap='middle' align='center' justify='center' vertical>
|
<Flex gap='middle' align='center' justify='center' vertical>
|
||||||
{contextHolder}
|
{contextHolder}
|
||||||
|
{(connectors !== undefined) && (watchlists !== undefined) &&
|
||||||
{(connectors != null) && (watchlists != null) && watchlists.length > 0 &&
|
|
||||||
<>
|
<>
|
||||||
<CreateWatchlistButton onUpdateWatchlist={onCreateWatchlist} connectors={connectors} />
|
<CreateWatchlistButton onUpdateWatchlist={onCreateWatchlist} connectors={connectors} />
|
||||||
<Divider/>
|
<Divider/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user