From d62a6e3a2d8a8aa29f335392595ad65492c2bea2 Mon Sep 17 00:00:00 2001 From: Bernhard Snizek Date: Sat, 14 Feb 2026 00:32:59 +0100 Subject: [PATCH] Fix className attribute in SnapshotPanel.jsx --- web/client/components/mapcontrols/Snapshot/SnapshotPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/components/mapcontrols/Snapshot/SnapshotPanel.jsx b/web/client/components/mapcontrols/Snapshot/SnapshotPanel.jsx index 547c04febd4..b696db222e4 100644 --- a/web/client/components/mapcontrols/Snapshot/SnapshotPanel.jsx +++ b/web/client/components/mapcontrols/Snapshot/SnapshotPanel.jsx @@ -243,7 +243,7 @@ class SnapshotPanel extends React.Component { {this.renderError()} - + { this.renderButton(!isGoogleLayer && snapshotReady)} { this.renderTaintedMessage()} {this.renderSnapshotQueue()}