From bdd69a7f610c701e790a9b6960c32752b9347a10 Mon Sep 17 00:00:00 2001 From: Kristof Csillag Date: Mon, 12 Feb 2024 11:32:38 +0100 Subject: [PATCH] Enable fake names for testing --- src/app/hooks/useAccountName.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/hooks/useAccountName.ts b/src/app/hooks/useAccountName.ts index ecdb3c3d05..14fb7627a5 100644 --- a/src/app/hooks/useAccountName.ts +++ b/src/app/hooks/useAccountName.ts @@ -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.