diff --git a/lib/src/Components/Input/Autocomplete.tsx b/lib/src/Components/Input/Autocomplete.tsx
index bef220ba..a30dc3fd 100644
--- a/lib/src/Components/Input/Autocomplete.tsx
+++ b/lib/src/Components/Input/Autocomplete.tsx
@@ -112,14 +112,14 @@ export const Autocomplete = ({
{filteredSuggestions.map((suggestion, index) => (
handleSuggestionClick(suggestion)}
onKeyDown={(e) => {
if (e.key === 'Enter' || e.key === ' ') {
- e.preventDefault();
- handleSuggestionClick(suggestion);
+ e.preventDefault()
+ handleSuggestionClick(suggestion)
}
}}
>
diff --git a/lib/src/Components/Profile/Subcomponents/AttestationsView.tsx b/lib/src/Components/Profile/Subcomponents/AttestationsView.tsx
index 53214b15..4de9b803 100644
--- a/lib/src/Components/Profile/Subcomponents/AttestationsView.tsx
+++ b/lib/src/Components/Profile/Subcomponents/AttestationsView.tsx
@@ -36,7 +36,7 @@ export const AttestationsView = ({ item, heading = 'Trust', hideWhenEmpty = true
{heading}
- {userAttestations.map((a, i) => (
+ {userAttestations.map((a) => (
|
> when item has secrets > matches the snapshot 1`] = `
- |