Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ALLiDoizCode committed Feb 2, 2025
1 parent 929d08a commit 86c8760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/posts/Post.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
await Promise.all(promises);
} catch (error) {
console.error("Error loading event data:", error);
loadError = "Failed to load post data";
//loadError = "Failed to load post data";
} finally {
// isLoading = false;
}
Expand Down

0 comments on commit 86c8760

Please sign in to comment.