Skip to content

Commit 36002d9

Browse files
tidy
1 parent 2edd4d9 commit 36002d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/components/ui/SearchAutocomplete.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
(on_govuk_blue || homepage) &&
8383
"gem-c-search-with-autocomplete--on-govuk-blue", // Apply blue style if either is true
8484
// TODO: Replicate margin logic from Ruby template if needed using govuk utility classes
85-
// Example: margin_bottom prop handling could go here
8685
outerClasses,
8786
),
8887
);
@@ -107,7 +106,7 @@
107106
return `Enter ${min} or more characters for suggestions`;
108107
}
109108
110-
// --- Lifecycle & Autocomplete Initialization ---
109+
// --- Lifecycle & Autocomplete Initialisation ---
111110
onMount(async () => {
112111
// console.log("SearchAutocomplete: onMount started.");
113112

0 commit comments

Comments
 (0)