feat: Add country name to region page

This commit is contained in:
Sean Morley
2024-07-10 17:27:43 -04:00
parent 597e56ea62
commit bb1f2d92cf
8 changed files with 76 additions and 13 deletions

View File

@@ -67,8 +67,6 @@ export const actions: Actions = {
removeVisited: async (event) => {
const body = await event.request.json();
console.log(body);
if (!body || !body.visitId) {
return {
status: 400