mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
Update chat.tsx
This commit is contained in:
parent
d7837db501
commit
c8e16911ff
@ -743,7 +743,7 @@ export function ChatActions(props: {
|
||||
/>
|
||||
)}
|
||||
|
||||
{showPlugins(currentProviderName, currentModel) && (
|
||||
<!-- {showPlugins(currentProviderName, currentModel) && (
|
||||
<ChatAction
|
||||
onClick={() => {
|
||||
if (pluginStore.getAll().length == 0) {
|
||||
@ -771,7 +771,7 @@ export function ChatActions(props: {
|
||||
});
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
)} -->
|
||||
|
||||
{!isMobileScreen && (
|
||||
<ChatAction
|
||||
|
Loading…
Reference in New Issue
Block a user