[census] instead of disallowing suspicious answers, mark them - just anon users, tho

This commit is contained in:
Andrea Vos 2021-02-01 19:13:34 +01:00
parent b6a983c084
commit 776d721497

View File

@ -169,7 +169,7 @@
};
},
mounted() {
if (process.client) {
if (process.client && !this.$user()) {
this.finished = !!parseInt(window.localStorage.getItem('census-finished') || 0);
}
},