Merge branch 'main' into feature/MED-100
This commit is contained in:
@@ -11,7 +11,7 @@ export default function SelectAnalysisPackages({ analysisPackages, countryCode }
|
||||
<SelectAnalysisPackage key={product.title} analysisPackage={product} countryCode={countryCode} />
|
||||
)) : (
|
||||
<h4>
|
||||
<Trans i18nKey='order-analysis-package:noPackagesAvailable' />
|
||||
<Trans i18nKey="order-analysis-package:noPackagesAvailable" />
|
||||
</h4>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user