Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Dec 18, 2023
1 parent 4ebecb5 commit 50c7896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/plugins/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {useEffect} from "react";
import { createPlugin, connect } from "@mapstore/utils/PluginsUtils";

export const Header = ({url = "/header/", page = "mapstore", height = 90, ignoreIFrame = false,
script = "https://cdn.jsdelivr.net/gh/georchestra/header@dist/header.js",
legacy = false,
logo= "https://www.georchestra.org/public/georchestra-logo.svg",
stylesheet= ""}) => {
script = "https://cdn.jsdelivr.net/gh/georchestra/header@dist/header.js",
legacy = false,
logo = "https://www.georchestra.org/public/georchestra-logo.svg",
stylesheet = ""}) => {
useEffect(() => {
const header = document.getElementById("georchestra-header");
const headerScript = document.getElementById("georchestra-header-script");
Expand Down

0 comments on commit 50c7896

Please sign in to comment.