From 92ff6e382b6ca3fbfbcf0fb7cc342c9aa8025aeb Mon Sep 17 00:00:00 2001 From: Brandon Egger Date: Wed, 15 Mar 2023 22:22:44 -0500 Subject: [PATCH] fix enum error --- src/components/ResourceTable.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/ResourceTable.tsx b/src/components/ResourceTable.tsx index bbb804f..41b283c 100644 --- a/src/components/ResourceTable.tsx +++ b/src/components/ResourceTable.tsx @@ -1,11 +1,12 @@ -import { PaymentType } from '@prisma/client'; -import { CurrencyDollarIcon, ArrowPathRoundedSquareIcon } from '@heroicons/react/24/solid' -import { ClipboardDocumentListIcon } from '@heroicons/react/24/outline' +import { type PaymentType } from '@prisma/client'; +import { CurrencyDollarIcon, ArrowPathRoundedSquareIcon } from '@heroicons/react/24/solid'; +import { ClipboardDocumentListIcon } from '@heroicons/react/24/outline'; import Image from 'next/image'; import Link from 'next/link'; const ResourceInfo = () => { const PriceIcons = ({type}: {type: PaymentType}) => { + return (
@@ -32,7 +33,7 @@ const ResourceInfo = () => {

Advanced Bionics, LLC

Word Success

Apple and Android

- +