Skip to content

Commit

Permalink
fix: show 'drought' instead of eventName fof ZWE drought AB#24043
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Oct 13, 2023
1 parent bb77ac2 commit 9020587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
| translate
: {
firstLeadTimeDate: event.firstLeadTimeDate,
eventName: event.eventName?.split('_')[0],
eventName: event.eventName?.split('_')[0] || disasterTypeLabel,
disasterTypeLabel: disasterTypeLabel
}
"
Expand Down

0 comments on commit 9020587

Please sign in to comment.