diff --git a/src/components/settings-modal/settings-modal.tsx b/src/components/settings-modal/settings-modal.tsx index df05cf46..a05b13fc 100644 --- a/src/components/settings-modal/settings-modal.tsx +++ b/src/components/settings-modal/settings-modal.tsx @@ -105,13 +105,13 @@ const InterfaceLanguage = () => { ); }; -const PlebbitOptionsSettings = () => { - return ( - <> -
- > - ); -}; +// const PlebbitOptionsSettings = () => { +// return ( +// <> +// +// > +// ); +// }; const SettingsModal = () => { const { t } = useTranslation(); @@ -124,7 +124,7 @@ const SettingsModal = () => { const [showAccountSettings, setShowAccountSettings] = useState(false); const [showCryptoAddressSetting, setShowCryptoAddressSetting] = useState(false); const [showCryptoWalletSettings, setShowCryptoWalletSettings] = useState(false); - const [showPlebbitOptionsSettings, setShowPlebbitOptionsSettings] = useState(false); + // const [showPlebbitOptionsSettings, setShowPlebbitOptionsSettings] = useState(false); return ( <> @@ -174,13 +174,13 @@ const SettingsModal = () => { {showCryptoWalletSettings &&