Skip to content

Commit

Permalink
fixup! fixup! fixup! front: remove displaypopup property in featurein…
Browse files Browse the repository at this point in the history
…foclick type and allow it to be undefined
  • Loading branch information
theocrsb committed Dec 23, 2024
1 parent f1b438b commit f50e0c6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ function AddPathStepPopup({
>
<div className="details">
<div className="details-track">
{featureInfoClick.feature.properties?.extensions_sncf_track_name}
<small>{featureInfoClick.feature.properties?.extensions_sncf_line_code}</small>
{featureInfoClick.feature.properties.extensions_sncf_track_name}
<small>{featureInfoClick.feature.properties.extensions_sncf_line_code}</small>
</div>
<div className="details-line">
{featureInfoClick.feature.properties?.extensions_sncf_line_name}
{featureInfoClick.feature.properties.extensions_sncf_line_name}
</div>
</div>

Expand Down

0 comments on commit f50e0c6

Please sign in to comment.