bugfixing

This commit is contained in:
MuslemRahimi 2025-01-15 14:31:07 +01:00
parent 78270317eb
commit 73a8518c2a
3 changed files with 0 additions and 14 deletions

View File

@ -83,7 +83,6 @@
const handleMessage = (event) => {
weekdayFiltered = event.data?.finalData?.output ?? [];
originalData = weekdayFiltered;
};
const loadWorker = async () => {

View File

@ -47,7 +47,6 @@ const countryMap = Object.fromEntries(
onmessage = async (event: MessageEvent) => {
const rawData = event.data?.rawData;
const filterList: (string | number)[] = event.data?.filterList;
console.log(filterList);
// Separate importance filters and country filters
const importanceFilters = filterList.filter(

View File

@ -431,18 +431,6 @@
<div class="flex items-center mt-2 text-[1rem] text-center">
less than a 🍔
</div>
{:else}
<div class="flex items-center mt-2 text-[1rem] text-center">
less than <svg
class="w-14 h-fit inline-block ml-2 mr-2 mt-1"
viewBox=".238 .034 919.406 248.488"
xmlns="http://www.w3.org/2000/svg"
><path
d="m870.46 118.314 49.184 130.208c-14.495-2.07-28.982-4.663-43.733-6.999l-27.707-71.945-28.468 66.006c-13.973-2.336-27.698-3.114-41.672-4.928l49.955-113.89-45.309-116.732h41.937l25.362 65.22 27.185-65.22h42.442zm-120.864-118.28h-38.052v225.71c12.425.779 25.362 1.292 38.052 2.841zm-70.927 223.118c-34.68-2.328-69.37-4.39-104.829-5.177v-217.94h38.823v181.188c22.264.514 44.52 2.32 66.006 3.355zm-146.252-134.847v38.822h-53.06v88.263h-38.3v-215.356h108.713v38.822h-70.405v49.45h53.06zm-156.597-49.449v178.605c-12.946 0-26.14 0-38.83.514v-179.119h-40.122v-38.822h119.322v38.822zm-120.88 90.334c-17.08 0-37.274 0-51.769.787v57.715c22.778-1.557 45.556-3.363 68.59-4.141v37.273l-107.412 8.548v-229.338h107.405v38.822h-68.584v52.29c15.017 0 38.052-.778 51.768-.778v38.83zm-215.109-21.743v135.633c-13.965 1.557-26.398 3.371-39.593 5.442v-248.488h37.017l50.469 141.076v-141.076h38.83v232.436c-13.717 2.336-27.698 3.114-42.45 5.177z"
fill="#e50914"
/></svg
> subscription
</div>
{/if}
<!--