mirror of https://github.com/kortix-ai/suna.git
fix: local mode
This commit is contained in:
parent
94e5710be9
commit
5a2b569d8c
|
@ -145,7 +145,7 @@ export const MessageInput = forwardRef<HTMLTextAreaElement, MessageInputProps>(
|
|||
|
||||
|
||||
</div>
|
||||
{subscriptionStatus === 'no_subscription' &&
|
||||
{subscriptionStatus === 'no_subscription' && !isLocalMode() &&
|
||||
<TooltipProvider>
|
||||
<Tooltip>
|
||||
<TooltipTrigger>
|
||||
|
|
Loading…
Reference in New Issue