Skip to content

Commit

Permalink
Consolidate things
Browse files Browse the repository at this point in the history
Co-authored-by: Allan Lasser <[email protected]>
  • Loading branch information
eyeseast and allanlasser authored Nov 21, 2024
1 parent cee36fa commit 1fb8403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/layouts/Project.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
export let addons: Promise<APIResponse<Page<AddOnListItem>>>;
$: projectQuery = `+project:${project.id}`;
$: combinedQuery = `${projectQuery} ${query}`.trim();
$: combinedQuery = `+project:${project.id} ${query}`.trim();
</script>

<SidebarLayout>
Expand Down

0 comments on commit 1fb8403

Please sign in to comment.