Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Dec 7, 2023
1 parent 50ef75e commit 32582c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wideboy/sprites/tile_grid/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class FontAwesomeIcons:


def is_defined(value):
return value is not None
return value is not None and value not in ["unavailable"]


def template_if_defined(value, template):
Expand Down

0 comments on commit 32582c3

Please sign in to comment.