Explorar o código

79625 undo diff of state var name

Yohei-Shiina %!s(int64=4) %!d(string=hai) anos
pai
achega
b0db64bbb4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/components/SearchPage.jsx

+ 1 - 1
packages/app/src/components/SearchPage.jsx

@@ -68,7 +68,7 @@ class SearchPage extends React.Component {
   }
 
   onExcludeTrash() {
-    this.setState({ exxcludeTrash: !this.state.exxcludeTrash });
+    this.setState({ excludeTrash: !this.state.excludeTrash });
   }
 
   changeURL(keyword, refreshHash) {