- {Object.keys(countries).length > 0 ? (
-
- ) : (
-
- No geographic data available
-
- )}
+
+
+
);
}
diff --git a/next.config.js b/next.config.js
index fc1a237..092b502 100644
--- a/next.config.js
+++ b/next.config.js
@@ -2,7 +2,7 @@
const nextConfig = {
reactStrictMode: true,
// Allow cross-origin requests from specific origins in development
- allowedDevOrigins: ["192.168.1.2","localhost","propc"],
+ allowedDevOrigins: ["192.168.1.2", "localhost", "propc"],
};
export default nextConfig;
diff --git a/postcss.config.mjs b/postcss.config.mjs
index 74f9c72..7059fe9 100644
--- a/postcss.config.mjs
+++ b/postcss.config.mjs
@@ -1,6 +1,6 @@
const config = {
- plugins: {
- "@tailwindcss/postcss": {},
- },
+ plugins: {
+ "@tailwindcss/postcss": {},
+ },
};
export default config;