Skip to content

Commit

Permalink
DEV: Remove .replace that isn't used anymore (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblakeerickson committed Apr 27, 2021
1 parent 321a696 commit 5269c22
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ export default {
isEncryptEnabled: status !== ENCRYPT_DISABLED,
isEncryptActive: status === ENCRYPT_ACTIVE,
timeBombRequired: this.siteSettings.require_time_bombs,
timeBombLength: this.siteSettings.required_time_bomb_length.replace,
timeBombLength: this.siteSettings.required_time_bomb_length,

/** Listens for encryption status updates. */
listener() {
Expand Down

0 comments on commit 5269c22

Please sign in to comment.