Skip to content

Commit

Permalink
[SS-495] [CC3 Dashboard]Remove Polkawatch API, Binance Spot API (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-eunjeong authored and Juan Gallicchio committed Apr 4, 2024
1 parent 7fe84af commit 4be5c00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modals/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Settings = () => {
const { t } = useTranslation('modals');

// fetch flag to disable fiat
const DISABLE_FIAT = Number(import.meta.env.VITE_DISABLE_FIAT ?? 0);
// const DISABLE_FIAT = Number(import.meta.env.VITE_DISABLE_FIAT ?? 0);

return (
<>
Expand All @@ -26,7 +26,7 @@ export const Settings = () => {
label="Subscan API"
onClick={() => togglePlugin('subscan')}
/>
<StatusButton
{/* <StatusButton
checked={plugins.includes('polkawatch')}
label="Polkawatch API"
onClick={() => togglePlugin('polkawatch')}
Expand All @@ -37,7 +37,7 @@ export const Settings = () => {
label={t('binanceApi')}
onClick={() => togglePlugin('binance_spot')}
/>
)}
)} */}

<h4>{t('toggleFeatures')}</h4>

Expand Down

0 comments on commit 4be5c00

Please # to comment.