export default function ({ store, redirect }) { if (store.getters.isOnlyMemberEditor) { return redirect('/') } }