mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 13:31:22 -05:00
Fix: Show edit button when claimed
This commit is contained in:
@@ -398,7 +398,7 @@ export const QueueItem = memo(({
|
||||
<ListTree className={isMobile ? "w-5 h-5 mr-2" : "w-4 h-4 mr-2"} />
|
||||
Review Items
|
||||
</Button>
|
||||
{isAdmin && !isLockedByOther && currentLockSubmissionId === item.id && (
|
||||
{isAdmin && isLockedByMe && (
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user