clean handler semantics in Dashboard.jsx, add markNotificationsRead

This commit is contained in:
Lachlan Kermode
2018-12-05 11:17:19 +00:00
parent be4eca8352
commit 3d09eb4543
7 changed files with 51 additions and 32 deletions

View File

@@ -52,7 +52,7 @@ function validateTree (node, parent, set, duplicates) {
/*
* Validate domain schema
*/
export function validate(domain) {
export function validateDomain (domain) {
const sanitizedDomain = {
events: [],
categories: [],