Skip to content

Commit

Permalink
Remove hardcoded date in ThreadItem component
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Feb 4, 2025
1 parent 4ae9cae commit 2a55f33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Encounters/tabs/EncounterNotesTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ const ThreadItem = ({
<div className="flex items-start justify-between gap-3">
<div className="flex-1 min-w-0">
<h4 className="font-medium text-sm truncate">{thread.title}</h4>
{/* Todo: Replace with thread.created */}
<p className="text-xs text-gray-500 mt-1">12/12/2024</p>
</div>
{isSelected && (
<div className="w-1.5 h-1.5 rounded-full bg-primary animate-pulse mt-1.5" />
Expand Down

0 comments on commit 2a55f33

Please sign in to comment.