mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 15:11:12 -05:00
Fix review lifecycle tracking
This commit is contained in:
@@ -514,10 +514,10 @@ export const SystemActivityLog = forwardRef<SystemActivityLogRef, SystemActivity
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
{isExpanded && details.review_text && (
|
||||
{isExpanded && details.content && (
|
||||
<div className="p-3 bg-muted rounded text-sm">
|
||||
<p className="text-muted-foreground line-clamp-3">
|
||||
"{details.review_text}"
|
||||
"{details.content}"
|
||||
</p>
|
||||
</div>
|
||||
)}
|
||||
@@ -546,10 +546,10 @@ export const SystemActivityLog = forwardRef<SystemActivityLogRef, SystemActivity
|
||||
<span className="text-muted-foreground">from {details.entity_name}</span>
|
||||
)}
|
||||
</div>
|
||||
{isExpanded && details.review_text && (
|
||||
{isExpanded && details.content && (
|
||||
<div className="p-3 bg-muted rounded text-sm">
|
||||
<p className="text-muted-foreground line-clamp-3 opacity-60">
|
||||
"{details.review_text}"
|
||||
"{details.content}"
|
||||
</p>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user