diff options
-rw-r--r-- | packages/merchant-backoffice-ui/src/paths/settings/index.tsx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/merchant-backoffice-ui/src/paths/settings/index.tsx b/packages/merchant-backoffice-ui/src/paths/settings/index.tsx index ef7dbd4e4..468bf2268 100644 --- a/packages/merchant-backoffice-ui/src/paths/settings/index.tsx +++ b/packages/merchant-backoffice-ui/src/paths/settings/index.tsx @@ -83,19 +83,6 @@ export function Settings({ onClose }: { onClose?: () => void }): VNode { </div> <div class="field field-body has-addons is-flex-grow-3"> <LangSelector /> - - {borwserLang !== undefined && ( - <button - data-tooltip={i18n.str`Generate random secret key`} - class="button is-info mr-2" - onClick={(e) => { - update(borwserLang.substring(0, 2)); - e.preventDefault() - }} - > - <i18n.Translate>Set default</i18n.Translate> - </button> - )} </div> </div> <InputToggle<Preferences> |