Skip to content

Commit 02ff51e

Browse files
committed
Removed temporary testing button
1 parent 61579b3 commit 02ff51e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

builder-frontend/src/components/homeScreen/HomeScreen.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ const HomeScreen = () => {
1111
"screeners",
1212
);
1313

14-
const handleTestHook = () => {
15-
getAccountHooks().then((result) => {
16-
if (result.success) {
17-
console.log(result);
18-
}
19-
});
20-
};
21-
2214
const navbarDefs: Accessor<NavbarProps> = () => {
2315
return {
2416
tabDefs: [
@@ -32,11 +24,6 @@ const HomeScreen = () => {
3224
label: "Eligibility checks",
3325
onClick: () => setScreenMode("checks"),
3426
},
35-
{
36-
key: "testAccountHooks",
37-
label: "Test Account Hooks",
38-
onClick: handleTestHook,
39-
},
4027
],
4128
activeTabKey: () => screenMode(),
4229
titleDef: null,

0 commit comments

Comments
 (0)