Skip to content

Commit

Permalink
[desk-tool] Remove title attribute from timeline items
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 73b943c commit fc17b43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export const Timeline = forwardRef<HTMLDivElement, TimelineProps>(
key={chunk.id}
state={state}
onSelect={onSelect}
title={chunk.id}
type={chunk.type}
timestamp={chunk.endTimestamp}
/>
Expand Down

0 comments on commit fc17b43

Please sign in to comment.