feat: add feature flag

This commit is contained in:
David Nguyen
2024-02-19 14:31:26 +11:00
parent 791a22cb5f
commit ac6da9ab45
3 changed files with 22 additions and 8 deletions

View File

@ -94,6 +94,12 @@ export const DocumentPageViewRecentActivity = ({
</li>
)}
{documentAuditLogs.length === 0 && (
<div className="flex items-center justify-center py-4">
<p className="text-muted-foreground/70 text-sm">No recent activity</p>
</div>
)}
{documentAuditLogs.map((auditLog, auditLogIndex) => (
<li key={auditLog.id} className="relative flex gap-x-4">
<div