feat: display folders even without the premium (#826)
This commit is contained in:
@@ -172,7 +172,7 @@ export class TagsState {
|
||||
}
|
||||
|
||||
getChildren(tag: SNTag): SNTag[] {
|
||||
if (!this.features.hasFolders) {
|
||||
if (!this.features.enableNativeFoldersFeature) {
|
||||
return [];
|
||||
}
|
||||
|
||||
@@ -230,7 +230,7 @@ export class TagsState {
|
||||
}
|
||||
|
||||
get rootTags(): SNTag[] {
|
||||
if (!this.features.hasFolders) {
|
||||
if (!this.features.enableNativeFoldersFeature) {
|
||||
return this.tags;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user