diff --git a/common/app/routes/Jobs/components/Jobs.jsx b/common/app/routes/Jobs/components/Jobs.jsx index b648eeb80f..676cd8790a 100644 --- a/common/app/routes/Jobs/components/Jobs.jsx +++ b/common/app/routes/Jobs/components/Jobs.jsx @@ -11,6 +11,9 @@ export default contain( return { jobs, showModal }; }, fetchAction: 'jobActions.getJobs', + isPrimed({ jobs = [] }) { + return !!jobs.length; + }, actions: [ 'appActions', 'jobActions'