Skip to content
Snippets Groups Projects
Commit 83bcba12 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Remove ~ and Approx . It's just LST :)

parent 47082178
No related branches found
No related tags found
2 merge requests!1213Resolve TMSS-2717 "Refactor details summary + ui tweaks",!1212Resolve TMSS-2717 "Refactor details summary + ui tweaks"
......@@ -60,7 +60,7 @@ function getTimelineHeaders(headerSettings) {
{({ getRootProps }) => { //getRootProps is mandatory for the library
return <div {...getRootProps()} className="sidebar-header">
<div className="sidebar-header-row">UTC</div>
<div className="sidebar-header-row" title="Approximate LST@CS002" >~ LST</div>
<div className="sidebar-header-row" title="LST@CS002" >LST</div>
</div>
}}
</SidebarHeader>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment