From 72410d1f281a7f10a2db37142e68aba0f625ae51 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 8 Jan 2024 13:10:40 +0100 Subject: [PATCH] Lint --- packages/builder/src/stores/portal/navigation.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/builder/src/stores/portal/navigation.js b/packages/builder/src/stores/portal/navigation.js index 7bcda68eee..67a06eff53 100644 --- a/packages/builder/src/stores/portal/navigation.js +++ b/packages/builder/src/stores/portal/navigation.js @@ -9,7 +9,9 @@ export function createNavigationStore() { const init = gotoFunc => { if (typeof gotoFunc !== "function") { - throw new Error(`gotoFunc must be a function, found a "${typeof gotoFunc}" instead`) + throw new Error( + `gotoFunc must be a function, found a "${typeof gotoFunc}" instead` + ) } set({