diff --git a/frontend/app/components/Session_/EventsBlock/UserCard/UserCard.js b/frontend/app/components/Session_/EventsBlock/UserCard/UserCard.js
index e663be9cc..9045491ac 100644
--- a/frontend/app/components/Session_/EventsBlock/UserCard/UserCard.js
+++ b/frontend/app/components/Session_/EventsBlock/UserCard/UserCard.js
@@ -87,7 +87,8 @@ function UserCard({
} label={countries[userCountry]} value={{formatTimeOrDate(startedAt)} } />
-
+
+ {revId && }
)}
position="bottom center"
@@ -104,11 +105,6 @@ function UserCard({
- {revId && (
-
- Rev ID: {revId}
-
- )}
User Sessions }
diff --git a/frontend/app/components/Session_/Player/Controls/Timeline.js b/frontend/app/components/Session_/Player/Controls/Timeline.js
index 6d75bfec6..01b6d8351 100644
--- a/frontend/app/components/Session_/Player/Controls/Timeline.js
+++ b/frontend/app/components/Session_/Player/Controls/Timeline.js
@@ -310,19 +310,22 @@ export default class Timeline extends React.PureComponent {
-
- { "Failed Fetch" }
+ Failed Fetch
{ e.name }
}
- />
+ >
+
+
))
}
@@ -332,19 +335,22 @@ export default class Timeline extends React.PureComponent {
-
- { "Stack Event" }
+ Stack Event
{ e.name }
}
- />
+ >
+
+
))
}