Skip to content

Commit

Permalink
fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Jun 27, 2024
1 parent aff9acb commit 091fc0f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/app/query/view/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,7 @@ export default function QueryPage({ params }: { params: { id: string } }) {
Params:
</dt>
<dd className="mt-2 text-sm text-gray-900 sm:col-span-2 sm:mt-0">
<ul
<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"
>
<ul className="divide-y divide-gray-200 rounded-md border border-gray-200">
{Object.entries(
JSON.parse((query?.params as string) || "{}"),
).map(([key, value]) => {
Expand Down

0 comments on commit 091fc0f

Please sign in to comment.