فهرست منبع

79625 undo diff of state var name

Yohei-Shiina 4 سال پیش
والد
کامیت
b0db64bbb4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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) {