Skip to content

Commit

Permalink
chore: fixed mining notice disabling (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-hades authored Apr 24, 2023
1 parent ad552ca commit 93e130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const ENV = {
APP_AUTO_UPDATE_INTERVAL_SEC: Number(config.APP_AUTO_UPDATE_INTERVAL_SEC),
HOME_REFRESH_MIN_INTERVAL_SEC: Number(config.HOME_REFRESH_MIN_INTERVAL_SEC),
RELEASE_DATE: config.RELEASE_DATE,
SHOW_MINING_NOTICE: config.SHOW_MINING_NOTICE,
SHOW_MINING_NOTICE: config.SHOW_MINING_NOTICE === 'true',
};

/**
Expand Down

0 comments on commit 93e130d

Please sign in to comment.