Use historic BTC rate for expense items; allow BTC as currency #226

Merged
raucao merged 11 commits from feature/currencies into master 2025-02-16 14:50:26 +00:00
Showing only changes of commit 89ddde28b8 - Show all commits
+4
View File
@@ -0,0 +1,4 @@
export default function(value) {
const today = new Date().toISOString().split('T')[0];
return value === today;
}