Skip to content

Commit

Permalink
fix: remove unnecessary things
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Nov 4, 2024
1 parent f1feedf commit c6a76e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
3 changes: 1 addition & 2 deletions app/_locales/en/messages.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -391,16 +391,7 @@ export default class ExperimentalTab extends PureComponent<ExperimentalTabProps>
</Text>
{this.renderToggleSection({
title: t('solanaSupportToggleTitle'),
description: t('solanaSupportToggleDescription', [
<a
key="btc-account-feedback-form__link-text"
href={SurveyUrl.BtcSupport}
target="_blank"
rel="noopener noreferrer"
>
{t('form')}
</a>,
]),
description: t('solanaSupportToggleDescription'),
toggleValue: solanaSupportEnabled,
toggleCallback: (value) => {
trackEvent({
Expand Down

0 comments on commit c6a76e3

Please sign in to comment.