Skip to content
Snippets Groups Projects
Commit 01c51584 authored by poka's avatar poka
Browse files

reset events_forum_nope to events_forum

parent d40db0a2
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ export async function fetchCategories() {
*/
export async function fetchNextEvents(params) {
// Caches to avoid fetching each time it's mounted
if (sessionStorage.getItem('events_forum_nope')) {
if (sessionStorage.getItem('events_forum')) {
return JSON.parse(sessionStorage.getItem('events_forum'))
} else {
const events = await fetch(
......
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