From fe6bd0d808e58ab8c9ed3b145a3417558c2c6625 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 Dec 2025 00:29:08 -0500 Subject: [PATCH] update frontend --- src/components/Map/usePostsEngine.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Map/usePostsEngine.js b/src/components/Map/usePostsEngine.js index 72f42b2..9fbc7ec 100644 --- a/src/components/Map/usePostsEngine.js +++ b/src/components/Map/usePostsEngine.js @@ -252,7 +252,9 @@ export function usePostsEngine({ setLoadingPosts(false); } catch (err) { - } + + } + } } }