diff --git a/apps/user/src/sections/user/dashboard/content.tsx b/apps/user/src/sections/user/dashboard/content.tsx index ff9fa30..db0b531 100644 --- a/apps/user/src/sections/user/dashboard/content.tsx +++ b/apps/user/src/sections/user/dashboard/content.tsx @@ -433,7 +433,7 @@ export default function Content() { ?.filter( (application) => !!( - application.download_link?.[platform] && + application.download_link?.[platform] || application.scheme ) )