feat(ticket): show repair review action and hide audit timeline
This commit is contained in:
@@ -29,7 +29,7 @@ export function TicketDetailHeader({
|
||||
</div>
|
||||
|
||||
<div className="flex shrink-0 items-center gap-2">
|
||||
{classDetail?.assignment_status === 'under_review' ? (
|
||||
{classDetail ? (
|
||||
<PermissionGuard permissions={PERMISSIONS.TICKET.REVIEW}>
|
||||
<OpenRepairReviewAction ticket={classDetail} />
|
||||
</PermissionGuard>
|
||||
|
||||
Reference in New Issue
Block a user