Skip to content
Snippets Groups Projects
Unverified Commit 75dfd30d authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix segment xray url

parent 3c844bc5
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,9 @@ const SegmentSidebar = ({
href={`/reference/segments/${segment.id}/questions`}
icon="all"
name={`Questions about this segment`} />
<SidebarItem key={`/xray/segment/${segment.id}`}
href={`/xray/segment/${segment.id}`}
icon="all"
<SidebarItem key={`/xray/segment/${segment.id}/approximate`}
href={`/xray/segment/${segment.id}/approximate`}
icon="all"
name={`X-Ray this segment`} />
{ user && user.is_superuser &&
......
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