Skip to content

Commit

Permalink
Correção de warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Oct 29, 2024
1 parent 8b5513f commit 68d8e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/TicketListItem/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,8 @@ const TicketListItem = ({ ticket, userId, filteredTags }) => {
className={classes.bottomButton}
color="primary"
onClick={e => handleOpenAcceptTicketWithouSelectQueue()}
loading={loading}>
loading={loading ? "true" : undefined}
>
<Done />
</IconButton>
</Tooltip>
Expand Down

0 comments on commit 68d8e82

Please sign in to comment.