Skip to content

Commit

Permalink
remove component range prop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperengstrom committed Nov 26, 2024
1 parent ed0fb5a commit 55d16ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { page } from '$app/stores';
let range = $props();
let { range } = $props();
// FIX: no hardcoded _q
let removeUrl = $derived.by(() => {
const url = new URL($page.url);
Expand Down

0 comments on commit 55d16ef

Please sign in to comment.