We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6929e3 commit 450ffd7Copy full SHA for 450ffd7
explorer-nextjs/app/components/WorldMap.tsx
@@ -29,7 +29,7 @@ export const WorldMap: FCWithChildren<MapProps> = ({
29
loading,
30
}) => {
31
const { palette } = useTheme();
32
-
+ // tooltip needs fixing
33
const colorScale = React.useMemo(() => {
34
if (countryData?.data) {
35
const heighestNumberOfNodes = Math.max(
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"nuke": "npx rimraf **/node_modules node_modules",
8
"scrub": "npx rimraf **/dist dist",
9
- "build": "run-s build:types build:packages",
+ "build": "pnpm build:types && pnpm build:packages",
10
"build:wasm": "make sdk-wasm-build",
11
"build:types": "pnpm run --filter @nymproject/types --stream build",
12
"build:packages": "run-s build:packages:theme build:packages:react",
0 commit comments