Skip to content

Commit 2eb9a18

Browse files
committed
Hide conversation sharing link on AI home view
1 parent 30a85ba commit 2eb9a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/scenes/max/Max.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export const MaxInstance = React.memo(function MaxInstance({
255255
resourceType={{ type: 'chat' }}
256256
actions={
257257
<>
258-
{tabId ? (
258+
{tabId && conversationId ? (
259259
<LemonButton
260260
size="small"
261261
type="secondary"

0 commit comments

Comments
 (0)