fix(pi): validate user-entry conversation forks
This commit is contained in:
@@ -187,7 +187,7 @@ const MessageNode = memo(function MessageNode({
|
||||
本轮已中止。
|
||||
</p>
|
||||
)}
|
||||
{node.sourceEntryId && onFork && node.status !== 'optimistic' && (
|
||||
{user && node.sourceEntryId && onFork && node.status !== 'optimistic' && (
|
||||
<Button
|
||||
type="button"
|
||||
variant="ghost"
|
||||
|
||||
Reference in New Issue
Block a user