Skip to content

Commit

Permalink
Enable fake names for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Feb 15, 2024
1 parent 76334c9 commit bdd69a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/hooks/useAccountName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type AccountNameInfo = {
/**
* Do we want to see some random names?
*/
const DEBUG_MODE = false
const DEBUG_MODE = true

/**
* Look up the name of an account.
Expand Down

0 comments on commit bdd69a7

Please sign in to comment.