Fix: Show edit button when claimed

This commit is contained in:
gpt-engineer-app[bot]
2025-10-15 13:39:10 +00:00
parent db082cc9e3
commit 85a5f5c414

View File

@@ -398,7 +398,7 @@ export const QueueItem = memo(({
<ListTree className={isMobile ? "w-5 h-5 mr-2" : "w-4 h-4 mr-2"} /> <ListTree className={isMobile ? "w-5 h-5 mr-2" : "w-4 h-4 mr-2"} />
Review Items Review Items
</Button> </Button>
{isAdmin && !isLockedByOther && currentLockSubmissionId === item.id && ( {isAdmin && isLockedByMe && (
<Tooltip> <Tooltip>
<TooltipTrigger asChild> <TooltipTrigger asChild>
<Button <Button