Skip to content
Snippets Groups Projects
Commit 2891f035 authored by Mihail Hagiu's avatar Mihail Hagiu
Browse files

fix(ReviewerTableVersions): Merged with HIN-1099

parent 75c0b579
No related branches found
No related tags found
2 merge requests!136Sprint 22 features (updates),!127Hin 1082
...@@ -101,9 +101,6 @@ export const parseVersionOptions = (fragments = []) => ...@@ -101,9 +101,6 @@ export const parseVersionOptions = (fragments = []) =>
})) }))
.reverse() .reverse()
export const isLatestVersion = (collection, fragment) =>
last(get(collection, 'fragments', [])) === get(fragment, 'id', '')
const alreadyAnswered = `You have already answered this invitation.` const alreadyAnswered = `You have already answered this invitation.`
export const redirectToError = redirectFn => err => { export const redirectToError = redirectFn => err => {
const errorText = get(JSON.parse(err.response), 'error') const errorText = get(JSON.parse(err.response), 'error')
......
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