Skip to content

Commit

Permalink
String (x || '')
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Brover committed Aug 10, 2024
1 parent 8603f52 commit bd54a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phylogeny/disttree.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@
, picture: null
, pictureVisible: false
// Leaf
, obj_id: String(row.obj_id)
, int_obj_id: String(row.int_obj_id)
, obj_id: String(row.obj_id || '')
, int_obj_id: String(row.int_obj_id || '')
, obj_id_2: row.obj_id_2
, removed: row.removed
, in_tree: row.in_tree
Expand Down

0 comments on commit bd54a96

Please sign in to comment.