mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-25 00:34:32 +00:00
Allow spots and alerts to have multiple activities #143
This commit is contained in:
+2
-2
@@ -329,8 +329,8 @@ function createNewTableRowsForSpot(s, highlightNew) {
|
||||
|
||||
// Format activity
|
||||
let activityText = "General DX";
|
||||
if (s["activity"]) {
|
||||
activityText = s["activity"];
|
||||
if (s["activities"] != null && s["activities"].length > 0) {
|
||||
activityText = s["activities"].join(", ");
|
||||
}
|
||||
|
||||
// Format activity refs
|
||||
|
||||
Reference in New Issue
Block a user