Skip to content

Commit

Permalink
feat: remove thread description from thread readonly view
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhopperlowe committed Oct 21, 2024
1 parent 358ba1f commit c680901
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ui/admin/app/components/thread/ThreadMeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ export function ThreadMeta({
<div className="border dark:bg-secondary/25 rounded-md p-4 overflow-hidden">
<table className="w-full">
<tbody>
<tr className="border-foreground/25">
<td className="font-medium py-2 pr-4">
Description
</td>
<td className="text-right">
{thread.description}
</td>
</tr>
<tr className="border-foreground/25">
<td className="font-medium py-2 pr-4">
Created
Expand Down

0 comments on commit c680901

Please sign in to comment.