Skip to content

Commit

Permalink
add fallback case
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Dec 31, 2024
1 parent 975aacb commit 596b56e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/subscription/show.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@
{{ _self.badge('Error', 'fill-red-500') }}
{% elseif subscription.status.value == 'failed' %}
{{ _self.badge('Failed', 'fill-red-500') }}
{% else %}
{{ _self.badge(subscription.status.value, 'fill-gray-500') }}
{% endif %}
</td>
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
Expand Down

0 comments on commit 596b56e

Please sign in to comment.