Update paywall restrictions

This commit is contained in:
Pranav
2025-03-05 18:43:57 -08:00
parent c1f6d9f76f
commit 320e7ea246
4 changed files with 85 additions and 5 deletions
@@ -23,6 +23,7 @@ const state = {
export const getters = {
getAccount: $state => id => {
console.log('account', id);
return findRecordById($state, id);
},
getUIFlags($state) {