Skip to content
Snippets Groups Projects
Commit f3b1c82d authored by hannahl8's avatar hannahl8
Browse files

Merge remote-tracking branch 'origin/main'

parents 3b4adaaf 23324aed
No related branches found
No related tags found
No related merge requests found
Pipeline #10847 passed
......@@ -27,7 +27,7 @@ export default function AppFooter() {
const {refreshOpenings} = useOpeningsContext();
function handleOpeningsClick() {
refreshOpenings();
refreshOpenings("");
}
const {refreshDiscussions} = useDiscussionContext();
......
......@@ -35,7 +35,7 @@ export default function AppHeader() {
const {refreshOpenings} = useOpeningsContext();
function handleOpeningsClick() {
refreshOpenings();
refreshOpenings("");
}
const {refreshDiscussions} = useDiscussionContext();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment