Skip to content

Commit

Permalink
Update server/app/query/view/[id]/page.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
eriktaubeneck and coderabbitai[bot] authored Jun 26, 2024
1 parent 38afd76 commit aff9acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app/query/view/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function QueryPage({ params }: { params: { id: string } }) {
</dt>
<dd className="mt-2 text-sm text-gray-900 sm:col-span-2 sm:mt-0">
<ul
role="list"
<ul className="divide-y divide-gray-200 rounded-md border border-gray-200">
className="divide-y divide-gray-200 rounded-md border border-gray-200"
>
{Object.entries(
Expand Down

0 comments on commit aff9acb

Please sign in to comment.