Globally storing some data, other minor fixes

This commit is contained in:
mrfry 2021-01-10 11:15:54 +01:00
parent 820adec2d0
commit 0876761a0f
7 changed files with 111 additions and 61 deletions

View file

@ -22,7 +22,7 @@ function mergeData(data) {
...db.data.map((subj) => {
return {
...subj,
Name: `${subj.Name} (${db.dbName})`,
Name: `${subj.Name} [ DB: ${db.dbName} ]`,
}
}),
]