Skip to content

Commit

Permalink
flagged
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Apr 7, 2024
1 parent ea2eb33 commit f2ab25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/client/pages/ticket/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ export default function Ticket() {
</div>
)}
</div>
<div className="border-t border-gray-200">
{/* <div className="border-t border-gray-200">
<div className="flex flex-row items-center justify-between mt-2">
<span className="text-sm font-medium text-gray-500 dark:text-white">
Attachments
Expand Down Expand Up @@ -1404,7 +1404,7 @@ export default function Ticket() {
</div>
)}
</>
</div>
</div> */}
</div>
</div>
</div>
Expand Down

0 comments on commit f2ab25c

Please sign in to comment.