Commit 849bf666 authored by johnnyjoy's avatar johnnyjoy

fix: remove outdated factor

parent 48988a88
......@@ -43,9 +43,6 @@ const Home = () => {
conditions.push(`display_time_before == ${timestampAfter + 60 * 60 * 24}`);
}
}
if (memoFilterStore.orderByTimeAsc) {
conditions.push(`order_by_time_asc == true`);
}
if (contentSearch.length > 0) {
conditions.push(`content_search == [${contentSearch.join(", ")}]`);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment