From bf0a98c5aa4b98f6f81fa5ac7f95e7c58cbc1cbf Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sun, 3 Apr 2022 12:42:59 +0200 Subject: [PATCH] chore: testing new hook --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 08675b9..9f30992 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,7 +7,7 @@ if (appNode) { try { const appRoot = new RootView({ orientation: "vertical", - title: "OBVIOUS CHANGEEEES", + title: "OBVIOUS CHANGES", }); // eslint-disable-next-line @typescript-eslint/ban-ts-comment //@ts-ignore