Reformat all project files to use the prettier config file.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default function IsJobReadOnly(job) {
|
||||
if (!job) return false;
|
||||
return job.date_exported || job.date_invoiced || job.voided;
|
||||
if (!job) return false;
|
||||
return job.date_exported || job.date_invoiced || job.voided;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user