IO-541 Payments table allow for closed

This commit is contained in:
Patrick Fic
2021-06-08 17:17:20 -07:00
parent c6df38e753
commit a45bf6d959

View File

@@ -155,7 +155,7 @@ export function JobPayments({
extra={ extra={
<Space wrap> <Space wrap>
<Button <Button
disabled={jobRO} disabled={!job.converted}
onClick={() => onClick={() =>
setPaymentContext({ setPaymentContext({
actions: { refetch: refetch }, actions: { refetch: refetch },