mirror of
https://github.com/psforever/PSFPortal.git
synced 2026-07-15 16:34:36 +00:00
PaginatedList: Fix NaN check on param, remove debug logs
This commit is contained in:
parent
fa6e168ccc
commit
5c11393dae
2 changed files with 2 additions and 5 deletions
|
|
@ -20,9 +20,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
onMount(() => monitor_tabs((tab) => {
|
||||
console.log(tab);
|
||||
}));
|
||||
onMount(() => monitor_tabs());
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue