This commit is contained in:
2026-04-05 21:46:25 +02:00
parent eb983799cd
commit c03a5c1cbc
5 changed files with 56 additions and 117 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "bangui-frontend",
"version": "0.9.15",
"version": "0.9.17",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bangui-frontend",
"version": "0.9.15",
"version": "0.9.17",
"dependencies": {
"@fluentui/react-components": "^9.55.0",
"@fluentui/react-icons": "^2.0.257",

View File

@@ -346,10 +346,6 @@ export function WorldMap({
return null;
}
const centroid = pathGenerator.centroid(featureItem);
const [cx, cy] = centroid;
const isCentroidValid = Number.isFinite(cx) && Number.isFinite(cy);
return (
<g key={String(rawId)}>
<path

View File

@@ -488,7 +488,7 @@ export function HistoryPage(): React.JSX.Element {
setIpFilter(value);
}}
/>
</div>
{/* ---------------------------------------------------------------- */}
{/* Summary */}