We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241a51f commit 4f5c9d9Copy full SHA for 4f5c9d9
lib/locker.js
@@ -25,7 +25,7 @@ const locker = {
25
// user info
26
user: {
27
isSubscriber() {
28
- return true;
+ return false;
29
},
30
31
isLoggedIn() {
lib/story.js
@@ -24,8 +24,8 @@ export function render(locker) {
24
zones.ignore("zone-el-16");
// Delete these zones
- zones.remove("zone-el-102");
- zones.remove("zone-el-104");
+ // zones.remove("zone-el-102");
+ // zones.remove("zone-el-104");
// Remove the combo zone containers
combos.forEach(ele => ele.remove());
0 commit comments