Skip to content

Commit

Permalink
add log for eviddence
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerNoblett committed Nov 22, 2023
1 parent 5340426 commit 7d72802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/timeline/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default (props: {
<div className={cx('root')} ref={rootRef}>
{props.evidence.map((evi, idx) => {
const active = activeChildIndex === idx
console.log("evi active", evi.uuid, active)
return (
<TimelineRow
{...props}
Expand Down

0 comments on commit 7d72802

Please sign in to comment.