bug in which ones are new
This commit is contained in:
@@ -50,7 +50,7 @@ export default function TimelineAudioClip(props: {
|
|||||||
if (audioQueueCurrentClip?.id == props.audioClip.id) {
|
if (audioQueueCurrentClip?.id == props.audioClip.id) {
|
||||||
customClasses = "animate-pulse bg-orange-200";
|
customClasses = "animate-pulse bg-orange-200";
|
||||||
} else if (
|
} else if (
|
||||||
props.audioClip.createdDate <
|
props.audioClip.createdDate >
|
||||||
(userConvoAssoc?.lastInteractionDate || yesterday)
|
(userConvoAssoc?.lastInteractionDate || yesterday)
|
||||||
) {
|
) {
|
||||||
customClasses = "bg-sky-100";
|
customClasses = "bg-sky-100";
|
||||||
|
|||||||
Reference in New Issue
Block a user