Skip to content

Commit

Permalink
Correctly handle pic finder
Browse files Browse the repository at this point in the history
  • Loading branch information
JustMaier committed Jun 8, 2023
1 parent 5716642 commit 60af905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/models/[id]/[[...slug]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ export default function ModelDetailsV2({
modelId={model.id}
selectedVersionId={selectedVersion?.id}
modelVersions={model.modelVersions}
withGenerationCard={!!selectedVersion.meta.picFinderModelId}
withGenerationCard={!!selectedVersion?.meta.picFinderModelId}
/>
</Box>
)}
Expand Down

0 comments on commit 60af905

Please sign in to comment.