Skip to content

Commit

Permalink
fixup! use in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-Arc committed Jan 25, 2025
1 parent 97bace6 commit cc52be2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default function EventBlockChip(props: EventBlockChipProps) {

if (!playbackActive || isPast) {
return <EventReport className={className} id={id} duration={duration} />;
return null; //TODO: Event report will go here
}

if (playbackActive) {
Expand Down

0 comments on commit cc52be2

Please sign in to comment.