mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-05-08 05:56:09 +02:00
copyedits (#232)
* fix case * fix typos * fix css class names --------- Co-authored-by: Carl Downing <carl@undivided.io>
This commit is contained in:
@@ -22,7 +22,7 @@ export const FeatureFlagProvider = ({
|
||||
}) => {
|
||||
const isFeatureEnabled = (minAppVersion: string) => {
|
||||
// If no version is set, feature is disabled.
|
||||
// The feature flag component can deside what to display as a fallback - either omit the component or like a "please upgrade to enable".
|
||||
// The feature flag component can decide what to display as a fallback - either omit the component or like a "please upgrade to enable".
|
||||
if (!appVersion) return false;
|
||||
|
||||
// Extract the base versions without prerelease identifier
|
||||
|
||||
Reference in New Issue
Block a user