Fixed bug when missing translation

This commit is contained in:
DrMint 2022-03-07 16:02:33 +01:00
parent 36803b4b1f
commit a0c69c3876
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ export default function LibrarySlug(props: LibrarySlugProps): JSX.Element {
appLayout.currency && (
<p>
{prettyPrice(item.price, currencies, appLayout.currency)}{" "}
<br />({langui.calculated.toLowerCase()})
<br />({langui.calculated?.toLowerCase()})
</p>
)}
</div>