2
0
Эх сурвалжийг харах

79625 undo diff of state var name

Yohei-Shiina 4 жил өмнө
parent
commit
b0db64bbb4

+ 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) {