Added a config menu with multiple options for the visitors + globally loaded props #7

Merged
DrMint merged 7 commits from develop into main 2022-03-07 15:06:54 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a0c69c3876 - Show all commits

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>