Skip to content

Commit

Permalink
fixed coverage count
Browse files Browse the repository at this point in the history
  • Loading branch information
jagadeeswaran-zipstack committed Dec 3, 2024
1 parent 9cdfebe commit 3f324c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function PromptCardItems({
const [enforceType, setEnforceType] = useState("");
const coverageKey = generateCoverageKey(
promptDetails?.prompt_id,
promptDetails.profile_manager || defaultLlmProfile
selectedLlmProfileId || defaultLlmProfile
);

useEffect(() => {
Expand Down

0 comments on commit 3f324c5

Please sign in to comment.