diff --git a/src/components/Separator/WithAnchor/index.tsx b/src/components/Separator/WithAnchor/index.tsx index 93455cf..103de18 100644 --- a/src/components/Separator/WithAnchor/index.tsx +++ b/src/components/Separator/WithAnchor/index.tsx @@ -3,7 +3,7 @@ import './style.css'; type SeparatorProps = { pageName: String, pageLink: string, - secondLink?: string + secondLink?: string, } function SeparatorWithAnchor(props: SeparatorProps) { diff --git a/src/pages/BestLocations/index.tsx b/src/pages/BestLocations/index.tsx index 4383ea7..979a618 100644 --- a/src/pages/BestLocations/index.tsx +++ b/src/pages/BestLocations/index.tsx @@ -194,7 +194,7 @@ function BestLocation() { ))}