chore: fix some issues with theme [skip e2e]
This commit is contained in:
@@ -114,8 +114,10 @@ export class GetFeatureStatusUseCase {
|
||||
}
|
||||
|
||||
private isFreeFeature(featureId: NativeFeatureIdentifier) {
|
||||
return [NativeFeatureIdentifier.TYPES.DarkTheme, NativeFeatureIdentifier.TYPES.PlainEditor].includes(
|
||||
featureId.value,
|
||||
)
|
||||
return [
|
||||
NativeFeatureIdentifier.TYPES.DarkTheme,
|
||||
NativeFeatureIdentifier.TYPES.PlainEditor,
|
||||
NativeFeatureIdentifier.TYPES.ProtonTheme,
|
||||
].includes(featureId.value)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user