Fix lint errors

This commit is contained in:
Aarni Halinen
2021-02-11 10:35:52 +02:00
parent 0eadc7d466
commit d4d4fb5d0a
26 changed files with 37 additions and 39 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import React, { useState, useEffect, useRef } from "react";
import Navigation from "./Navigation";
import throttle from "lodash/throttle";
import styled from "styled-components";
import colors from "@theme/colors";
import breakpoints from "@theme/breakpoints";
import Navigation from "./Navigation";
import NavigationMobile from "./NavigationMobile";
import HeaderLogo from "./HeaderLogo";
@@ -15,7 +15,7 @@ const StyledHeader = styled.header`
}
`;
const Sticky = styled.div<{$isHidden?: boolean}>`
const Sticky = styled.div<{ $isHidden?: boolean }>`
position: sticky;
top: 0;
z-index: 10;