use-adapt / adapt

A planning tool for using diabetes-related open-source projects.
https://use-adapt.github.io/
4 stars 3 forks source link

Do not display project attribute in project card if its value is null. #30

Closed jessiepusateri closed 7 years ago

jessiepusateri commented 7 years ago

For example,

{
        "name": "Simple CGM",
        "github": null,
        "pebble_store": "https://apps.getpebble.com/en_US/application/557c3091d269ce13b300001a?query=simple%2520cgm&section=watchfaces",
        "configurations": [
          ["Nightscout", "Pebble"]
        ]
}

should not display the github attribute in the project card.