chore: Enable eslint to enforce curly (#3060)
This commit is contained in:
@@ -84,7 +84,9 @@ const InputSelect = (props: Props) => {
|
||||
);
|
||||
|
||||
React.useEffect(() => {
|
||||
if (previousValue.current === select.selectedValue) return;
|
||||
if (previousValue.current === select.selectedValue) {
|
||||
return;
|
||||
}
|
||||
previousValue.current = select.selectedValue;
|
||||
|
||||
async function load() {
|
||||
|
||||
Reference in New Issue
Block a user