Skip to content

Commit

Permalink
fix: free assets not displayed in c2d
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMilanese90 committed Oct 4, 2023
1 parent fed7676 commit 008dd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@utils/assetConvertor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function transformAssetToAssetSelection(
getServiceByName(asset, 'compute') || getServiceByName(asset, 'access')

if (
asset?.stats?.price?.value &&
asset?.stats?.price?.value >= 0 &&
algoService?.serviceEndpoint === datasetProviderEndpoint
) {
let selected = false
Expand Down

0 comments on commit 008dd82

Please sign in to comment.