Skip to content

Commit

Permalink
Merge pull request #1098 from CodeForPhilly/staging
Browse files Browse the repository at this point in the history
Deploy Staging to Main branch
  • Loading branch information
CodeWritingCow authored Feb 1, 2025
2 parents b0d9cf0 + 1804218 commit 3bae6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flag-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
days-before-stale: 7
stale-pr-message: 'This PR has been marked as stale because it has been open for 7 days with no activity.'
stale-pr-label: 'stale'
days-before-issue-stale: 30
days-before-issue-stale: -1
stale-issue-message: 'This issue has been marked as stale because it has been open for 30 days with no activity.'
stale-issue-label: 'stale'
days-before-close: -1
2 changes: 1 addition & 1 deletion src/components/SidePanelControlBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const SearchBarComponent: FC<SidePanelControlBarProps> = ({
closeButton.focus();
}
}
});
}, [currentView]);

return loading ? (
<div>{/* Keep empty while loading */}</div>
Expand Down

0 comments on commit 3bae6d7

Please sign in to comment.