Sfoglia il codice sorgente

style: 🎈 prettier code

陈帅 6 anni fa
parent
commit
5a077f58e9
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/components/HeaderSearch/index.tsx

+ 0 - 1
src/components/HeaderSearch/index.tsx

@@ -60,7 +60,6 @@ export default class HeaderSearch extends Component<HeaderSearchProps, HeaderSea
     });
     });
   }
   }
 
 
-
   onKeyDown = (e: React.KeyboardEvent) => {
   onKeyDown = (e: React.KeyboardEvent) => {
     if (e.key === 'Enter') {
     if (e.key === 'Enter') {
       this.debouncePressEnter();
       this.debouncePressEnter();