Skip to content

Commit 3a3de1b

Browse files
committed
Add check for 0 available brain updates
1 parent 624b249 commit 3a3de1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kit/brain_board/updates.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Once you have downloaded the file you need, refer to the documentation on [updat
1212

1313
Each update file is a complete upgrade. Each file contains the changes of those before it. If you need to jump up multiple versions, you can do so by using the latest file.
1414

15+
{% if site.data.kit_versions.size > 0 %}
1516
The following table outlines the updates which have been published.
1617

1718
{% include updates-table.html %}
19+
{% else %}
20+
There are currently no updates available.
21+
{% endif %}

0 commit comments

Comments
 (0)