From 90dafd30dbf33d90525fb1795e3c96b389f93708 Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Sun, 17 Nov 2024 18:35:10 +0100 Subject: [PATCH] fix: invert premium check --- src/pages/DownloadsPage/DownloadsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/DownloadsPage/DownloadsPage.tsx b/src/pages/DownloadsPage/DownloadsPage.tsx index ad3675b..68d7e10 100644 --- a/src/pages/DownloadsPage/DownloadsPage.tsx +++ b/src/pages/DownloadsPage/DownloadsPage.tsx @@ -38,7 +38,7 @@ export function DownloadsPage({ setError }: DownloadsPageProps) { return ( - {isPremium && ( + {!isPremium && (
Free users can only download 100 cards at a time and only one conversion at a time. If you trigger more than one conversion at a