display reset link + minor changes

This commit is contained in:
2021-05-07 10:26:04 +02:00
parent f3260f57a4
commit ad690db886
4 changed files with 10 additions and 5 deletions

View File

@@ -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()