Skip to content

Commit

Permalink
fix: revert incorrect fix AB#26926
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Mar 15, 2024
1 parent 5757e0c commit 7308a19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
timeUnit: event.timeUnit,
disasterTypeLabel: disasterTypeLabel,
firstLeadTimeDate: event.firstLeadTimeDate,
firstTriggerLeadTimeDate: event.firstTriggerLeadTimeDate || event.firstLeadTimeDate,
firstTriggerLeadTimeDate: event.firstTriggerLeadTimeDate,
eventName:
event.eventName?.split('_')[0] || disasterTypeLabel,
duration: event.duration,
Expand Down Expand Up @@ -85,7 +85,7 @@
: {
startDate: event.startDate,
firstLeadTimeDate: event.firstLeadTimeDate,
firstTriggerLeadTimeDate: event.firstTriggerLeadTimeDate || event.firstLeadTimeDate,
firstTriggerLeadTimeDate: event.firstTriggerLeadTimeDate,
eventName: event.eventName?.split('_')[0],
leadTime: event.firstLeadTimeLabel,
timeUnit: event.timeUnit,
Expand Down

0 comments on commit 7308a19

Please sign in to comment.