mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Globally storing some data, other minor fixes
This commit is contained in:
@@ -22,7 +22,7 @@ function mergeData(data) {
|
||||
...db.data.map((subj) => {
|
||||
return {
|
||||
...subj,
|
||||
Name: `${subj.Name} (${db.dbName})`,
|
||||
Name: `${subj.Name} [ DB: ${db.dbName} ]`,
|
||||
}
|
||||
}),
|
||||
]
|
||||
|
Reference in New Issue
Block a user