Skip to content

Commit

Permalink
DBC22-1917: merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd authored and minORC committed Mar 28, 2024
1 parent 167aaa9 commit b6750a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/Components/map/RouteSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function RouteSearch(props) {
}

<div className="routing-container">
<div className={"typeahead-container typeahead-container--from" + ((!!searchLocationFrom.length || !!searchLocationTo.length) ? ' stacked' : '')}>
<div className={"typeahead-container typeahead-container--from stacked"}>
<span className="location-marker location-marker--from">
<FontAwesomeIcon icon={faCircleDot} />
</span>
Expand Down

0 comments on commit b6750a9

Please sign in to comment.