mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 16:51:13 -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"} />
|
<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
|
||||||
|
|||||||
Reference in New Issue
Block a user