Skip to content

Commit

Permalink
fix changed files lint
Browse files Browse the repository at this point in the history
  • Loading branch information
289Adam289 committed Jan 30, 2025
1 parent 83a66ac commit 2dd79e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function SearchPageHeaderInput({queryJSON, searchAutocompleteListVisible, onSear
}, [searchAutocompleteListVisible]);
const inputWrapperStyleTest = useAnimatedStyle(() => {
return {
marginRight: animatedPadding.value,
marginRight: animatedPadding.get(),
};
});

Expand Down

0 comments on commit 2dd79e2

Please sign in to comment.