mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-14 00:05:07 +00:00
fix: upload button enabled when not paid
This commit is contained in:
parent
93d4518500
commit
a63d7f35b8
@ -170,7 +170,7 @@ const ArtistRequestDetails = () => {
|
||||
</Tooltip>
|
||||
<label htmlFor="uploadInput">
|
||||
<Tooltip arrow title="Upload asset image for customer.">
|
||||
<IconButton disabled={request.completed} component="span" color="info"><UploadBoxOutline/></IconButton>
|
||||
<IconButton disabled={request.completed && request.paid} component="span" color="info"><UploadBoxOutline/></IconButton>
|
||||
</Tooltip>
|
||||
</label>
|
||||
<Tooltip arrow title="Complete this request.">
|
||||
|
Loading…
x
Reference in New Issue
Block a user