fix: typo

This commit is contained in:
Daniel Roe 2022-12-17 21:28:47 +00:00
parent da5f2d3c66
commit 5ff0900108
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55

View file

@ -19,7 +19,7 @@ const featureFlags = useFeatureFlags()
{{ $t('feature_flag.avatar_on_avatar') }}
</CommonDropdownItem>
<CommonDropdownItem
:checked="featureFlags.experimentalAvatarOnAvatar"
:checked="featureFlags.experimentalGitHubCards"
@click="toggleFeatureFlag('experimentalGitHubCards')"
>
{{ $t('feature_flag.github_cards') }}