From b035dd1f38a6ef3b1693751413359252f1f6e655 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 30 Jul 2022 18:41:51 -0500 Subject: [PATCH] return true for testing --- squarenotsquare/src/navigation/SquareNav.js | 1 + 1 file changed, 1 insertion(+) diff --git a/squarenotsquare/src/navigation/SquareNav.js b/squarenotsquare/src/navigation/SquareNav.js index 30d8ac7..9030f3a 100644 --- a/squarenotsquare/src/navigation/SquareNav.js +++ b/squarenotsquare/src/navigation/SquareNav.js @@ -4,4 +4,5 @@ export const squareRef = createRef(); export function navigate(name, params) { squareRef.current?.navigate(name, params); + return true; } \ No newline at end of file