Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Apr 12, 2024
1 parent 2431df7 commit 604c473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/squareone/src/hooks/useTimesSquarePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 604c473

Please sign in to comment.