about summary refs log tree commit diff
path: root/uploader
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-24 16:56:35 -0600
committerFrederick Muriuki Muriithi2025-02-24 16:56:35 -0600
commit076b148d876f373ffdf98cabe91cddf47288daeb (patch)
treed71575d61652208ddd709e217a1fd507f6c73cce /uploader
parent1d83678908835bd0e1b97ec8de5eca404cbcda30 (diff)
downloadgn-uploader-076b148d876f373ffdf98cabe91cddf47288daeb.tar.gz
Fix code formatting for clarity.
Diffstat (limited to 'uploader')
-rw-r--r--uploader/templates/phenotypes/view-dataset.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html
index 0341cae..86c16f7 100644
--- a/uploader/templates/phenotypes/view-dataset.html
+++ b/uploader/templates/phenotypes/view-dataset.html
@@ -120,11 +120,13 @@
                           `</a>`;
                   }
               },
-              {data: function(pheno) {
-                  return (pheno.Post_publication_description ||
-                          pheno.Original_description ||
-                          pheno.Pre_publication_description);
-              }}
+              {
+                  data: function(pheno) {
+                      return (pheno.Post_publication_description ||
+                              pheno.Original_description ||
+                              pheno.Pre_publication_description);
+                  }
+              }
           ]
       });
   });