Minor app improvements.
This commit is contained in:
@@ -20,7 +20,7 @@ export function JobSpaceAvailable({ bodyshop, style, jobid }) {
|
||||
const { t } = useTranslation();
|
||||
const { data } = useQuery(GET_DOC_SIZE_TOTALS, {
|
||||
variables: { jobId: jobid },
|
||||
skip: !jobid,
|
||||
skip: !jobid || jobid === "temp",
|
||||
});
|
||||
|
||||
if (!jobid || !data) return <></>;
|
||||
|
||||
Reference in New Issue
Block a user