Commit 7bdb50d8 authored by Filipa Lacerda's avatar Filipa Lacerda

Fixes conflicts for app/assets/javascripts/jobs/store/getters.js

parent d2721fcc
......@@ -51,7 +51,6 @@ export const isJobStuck = state =>
(!_.isEmpty(state.job.status) && state.job.status.group === 'pending') &&
(!_.isEmpty(state.job.runners) && state.job.runners.available === false);
<<<<<<< HEAD
// ee-only start
/**
* Shared runners limit is only rendered when
......@@ -65,8 +64,6 @@ export const shouldRenderSharedRunnerLimitWarning = state =>
state.job.runners.quota.used >= state.job.runners.quota.limit;
// ee-only end
=======
>>>>>>> upstream/master
export const isScrollingDown = state => isScrolledToBottom() && !state.isTraceComplete;
// prevent babel-plugin-rewire from generating an invalid default during karma tests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment