optimize code

This commit is contained in:
MuslemRahimi 2024-07-22 11:29:11 +02:00
parent 86f407fc8a
commit 8ffb1352b6
3 changed files with 3 additions and 3 deletions

View File

@ -232,7 +232,7 @@ let apiKey = import.meta.env.VITE_STOCKNEAR_API_KEY;
</script>
<svelte:options immutable={true} />
<section class="overflow-hidden text-white h-full pb-8">
<main class="overflow-hidden ">

View File

@ -224,7 +224,8 @@
</script>
<svelte:options immutable />
<svelte:options immutable={true} />
<section class="overflow-hidden text-white h-full pb-8">
<main class="overflow-hidden ">

View File

@ -1180,4 +1180,3 @@ $: {
</div>
<!--End Options Detail Modal-->