Fix conditional rendering in NodeToolbarComponent
This commit is contained in:
parent
c7cdf3f9e9
commit
d77ceaec8e
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ export default function NodeToolbarComponent({
|
|||
/>
|
||||
</SelectItem>
|
||||
)}
|
||||
{!hasStore || !hasApiKey || !validApiKey && (
|
||||
{(!hasStore || !hasApiKey || !validApiKey) && (
|
||||
<SelectItem value={"Download"}>
|
||||
<div className="flex">
|
||||
<IconComponent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue