Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Oct 13, 2023
1 parent 5d23bdb commit 58091a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
| translate
: {
firstLeadTimeDate: event.firstLeadTimeDate,
eventName: event.eventName?.split('_')[0] || disasterTypeLabel,
eventName:
event.eventName?.split('_')[0] || disasterTypeLabel,
disasterTypeLabel: disasterTypeLabel
}
"
Expand Down

0 comments on commit 58091a6

Please sign in to comment.