mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
display reset link + minor changes
This commit is contained in:
@@ -23,7 +23,7 @@ let getDataPromise = getAccompanyingCourse(id)
|
||||
},
|
||||
getters: {
|
||||
selectedAndSuggested: state => {
|
||||
let uniqBy = (a, key) => [
|
||||
const uniqBy = (a, key) => [
|
||||
...new Map(
|
||||
a.map(x => [key(x), x])
|
||||
).values()
|
||||
|
Reference in New Issue
Block a user