From 604c4737a8d3df32c1299c96bc170e6103d19fc0 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Fri, 12 Apr 2024 11:05:26 -0400 Subject: [PATCH] fix --- apps/squareone/src/hooks/useTimesSquarePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/squareone/src/hooks/useTimesSquarePage.js b/apps/squareone/src/hooks/useTimesSquarePage.js index 908f77a6..b024fb3a 100644 --- a/apps/squareone/src/hooks/useTimesSquarePage.js +++ b/apps/squareone/src/hooks/useTimesSquarePage.js @@ -17,7 +17,7 @@ function useTimesSquarePage() { sourcePath: data.github.source_path ? data.github.source_path : null, sidecarPath: data.github.sidecar_path ? data.github.sidecar_path : null, } - : {}; + : { owner: null, repository: null, sourcePath: null, sidecarPath: null }; return { error: error,