Skip to content

Commit

Permalink
temp test with supporting docs being true
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Sep 1, 2023
1 parent 86e2aaa commit e6d5edd
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,11 @@ export const SingleRateCert = ({
featureFlags.PACKAGES_WITH_SHARED_RATES.flag,
featureFlags.PACKAGES_WITH_SHARED_RATES.defaultValue
)
const supportingDocsByRate = ldClient?.variation(
featureFlags.SUPPORTING_DOCS_BY_RATE.flag,
featureFlags.SUPPORTING_DOCS_BY_RATE.defaultValue
)
// const supportingDocsByRate = ldClient?.variation(
// featureFlags.SUPPORTING_DOCS_BY_RATE.flag,
// featureFlags.SUPPORTING_DOCS_BY_RATE.defaultValue
// )
const supportingDocsByRate = true

// page level setup
const { handleDeleteFile, handleUploadFile, handleScanFile } = useS3()
Expand Down

0 comments on commit e6d5edd

Please sign in to comment.