Skip to content

Commit

Permalink
fix buidl
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquirk committed Jan 8, 2024
1 parent 1c3cc4b commit 4e6592c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ export const PayProjectCard = ({ className }: { className?: string }) => {
<QuestionMarkCircleIcon className="h-4 w-4 text-grey-500 dark:text-slate-200" />
</Tooltip>
</div>
{reason &&
[PayDisabledReason.JUICECROWD, PayDisabledReason.PAUSED].includes(
reason,
) ? (
{reason && [PayDisabledReason.PAUSED].includes(reason) ? (
<div className="text-grey-600 dark:text-slate-200">
<div className="flex cursor-not-allowed items-center gap-2 rounded-lg bg-smoke-100 px-4 py-3 text-base leading-none dark:bg-slate-800">
<NoSymbolIcon className="h-5 w-5" />
Expand Down

2 comments on commit 4e6592c

@vercel
Copy link

@vercel vercel bot commented on 4e6592c Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4e6592c Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.