mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-20 07:49:57 +00:00
fix: typo
This commit is contained in:
parent
da5f2d3c66
commit
5ff0900108
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const featureFlags = useFeatureFlags()
|
||||||
{{ $t('feature_flag.avatar_on_avatar') }}
|
{{ $t('feature_flag.avatar_on_avatar') }}
|
||||||
</CommonDropdownItem>
|
</CommonDropdownItem>
|
||||||
<CommonDropdownItem
|
<CommonDropdownItem
|
||||||
:checked="featureFlags.experimentalAvatarOnAvatar"
|
:checked="featureFlags.experimentalGitHubCards"
|
||||||
@click="toggleFeatureFlag('experimentalGitHubCards')"
|
@click="toggleFeatureFlag('experimentalGitHubCards')"
|
||||||
>
|
>
|
||||||
{{ $t('feature_flag.github_cards') }}
|
{{ $t('feature_flag.github_cards') }}
|
||||||
|
|
Loading…
Reference in a new issue